Morpheasy linear

From PyMOLWiki
Revision as of 10:32, 18 June 2019 by Speleo3 (talk | contribs) (green box)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: The morph command with method=linear is very similar to morpheasy_linear

Included in psico
This command or function is available from psico, which is a PyMOL extension.

Module psico.morphing

morpheasy_linear does morphing by linear interpolation in cartesian space (like LSQMAN).

This is the poor man's version of morphing, it's quick but will produce distorted intermediate conformations. For more realistic motions, see morpheasy.

  • Does not require rigimol (incentive PyMOL product)
  • Requires numpy

Usage

morpheasy_linear source, target [, source_state [, target_state [, name [, steps [, match ]]]]]

See Also