Jump to content

Alter State

From PyMOL Wiki
(Redirected from Cmd alter state)
Redirect page

Redirect to:

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

[edit]
alter_state state,(selection),expression

EXAMPLES

[edit]
# Alter the X coordinate for all
alter_state 1,(all),x=x+5

#Shift the coordinates of the entire PDB file
alter_state 1,selection,(x,y,z)=(newx,newy,newz)

SEE ALSO

[edit]

Iterate_State, alter, iterate