Jump to content

Intra rms

From PyMOL Wiki

intra_rms calculates rms fit values for all states of an object over an atom selection relative to the indicated state. Coordinates are left unchanged. The rms values are returned as a python array.

PYMOL API

[edit]
cmd.intra_rms( string selection, int state)

PYTHON EXAMPLE

[edit]
from pymol import cmd
rms = cmd.intra_rms("(name ca)",1)

USER COMMENTS

[edit]

See Rms for selection caveats for this group of commands.

SEE ALSO

[edit]

Fit, Rms, Rms_Cur, Intra_Fit, Intra_Rms_Cur, Pair_Fit