Package schrodinger :: Package application :: Package desmond :: Module meta :: Class Meta
[hide private]
[frames] | no frames]

Class Meta

Instance Methods [hide private]
 
__init__(self)
 
generateCfg(self, model=None)
 
_getMExpr(self, model)
 
addCV(self, cv)
Class Variables [hide private]
  declare_template = ...
  meta_template = ...
  meta_well_tempered_template = ...
Class Variable Details [hide private]

declare_template

Value:
"""
declare_meta(
    dimension = %(dimension)d,
    cutoff    = %(cutoff)f,
    first     = %(first)f,
    interval  = %(interval)f,
    name      = "%(meta_name)s",
    initial   = "");
...

meta_template

Value:
"""
# height used for this run is: %(height)f
meta(0, %(height_width)s,
        %(cv)s);
"""

meta_well_tempered_template

Value:
"""
# height used for this run is: %(height)f, sampling temperature kT is:\
 %(kTemp)f.
meta(0,
     array( %(height)f * exp( meta(0, %(height_width)s, %(cv)s )/(-1.0\
 * %(kTemp)f) ), %(width)s ),
     %(cv)s);
"""