Alter State

From PyMOLWiki
Revision as of 00:38, 9 March 2005 by Tree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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