This is a read-only mirror of pymolwiki.org

Difference between revisions of "All states"

From PyMOL Wiki
Jump to navigation Jump to search
 
Line 10: Line 10:
  
 
==Example==
 
==Example==
to be added: a read pdb model 1brv
+
load 1brv.pdb # Get it locally first by e.g. using the Plugin: "PDB Loader Service"
 
set all_states, on
 
set all_states, on

Revision as of 20:26, 14 September 2006

Overview

When set "on", this setting causes PyMOL to display all states or in NMR jargon: all the models in the ensemble. The 'default' behavior (OFF) can be overridden by placing the "set all_states, on" statement into your '.pymolrc' file, located in your login directory (under all flavors of unix).

Syntax

set all_states, on set all_states, off

Example

load 1brv.pdb # Get it locally first by e.g. using the Plugin: "PDB Loader Service" set all_states, on