Load Model: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
===DESCRIPTION===
 
'''load_model''' reads a ChemPy model into an object.  If a trajectory (many models with the same name and different values for state) is being loaded, It can be used with the option discrete=1 to allow changes in the b-factors and Van der Waals radius between snapshots.
  "load_model" reads a ChemPy model into an object
 
===PYMOL API===
===PYMOL API===
<source lang="python">  
<source lang="python">
  cmd.load_model(model, object [,state [,finish [,discrete ]]])  
cmd.load_model(model, object [,state [,finish [,discrete ]]])  
</source>
</source>
 
=== See Also ===
[[Get_Model]]


[[Category:Commands|load_model]]
[[Category:Commands|Load Model]]
[[Category:States|Load Model]]

Latest revision as of 13:40, 17 November 2009

load_model reads a ChemPy model into an object. If a trajectory (many models with the same name and different values for state) is being loaded, It can be used with the option discrete=1 to allow changes in the b-factors and Van der Waals radius between snapshots.

PYMOL API

cmd.load_model(model, object [,state [,finish [,discrete ]]])

See Also

Get_Model