This is a read-only mirror of pymolwiki.org

Difference between revisions of "Alter State"

From PyMOL Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 04:38, 9 March 2005

DESCRIPTION

  "alter_state" changes the atomic coordinates of a particular state
  using the python evaluator with a separate name space for each
  atom.  The symbols defined in the name space are:

     x,y,z

USAGE

  alter_state state,(selection),expression

EXAMPLES

  alter_state 1,(all),x=x+5

SEE ALSO

 Cmd iterate_state, Cmd alter, Cmd iterate