Get Dihedral: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
   
   
[[Category:Commands|get_dihedral]]
[[Category:Commands|get_dihedral]]
[[Category:States]]

Revision as of 08:08, 19 January 2009

DESCRIPTION

get_dihedral returns the dihedral angle between four atoms. By default, the coordinates used are from the current state, however an alternate state identifier can be provided.

By convention, positive dihedral angles are right-handed (looking down the atom2-atom3 axis).

USAGE

get_dihedral atom1, atom2, atom3, atom4 [,state ]

EXAMPLES

get_dihedral 4/n,4/c,4/ca,4/cb
get_dihedral 4/n,4/c,4/ca,4/cb,state=4

PYMOL API

cmd.get_dihedral(atom1,atom2,atom3,atom4,state=0)