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

Module meta

Module for all metadynamics backend functionality

Classes [hide private]
  _Backend
  CV
base class for collective variable
  CVrgyr
Radius of Gyration Collective Variable
  CVrgyr_mass
Radius of Gyration Collective Variable
  CVrmsd
rmsd collective variable
  CVrmsd_symm
rmsd collective variable
  CVwhim
whim collective variable
  CVzdist0
This collective variable reports an absolute Z-distance from the simulation box origin (Z==0).
  CVzdist
This collective variable reports an absolute Z-distance.
  CVDist
distance collective variable
  CVAngle
A class to define angle collective variable.
  CVDihedral
A class to define dihedral collective variable.
  CmsModel
  Meta
  MetaDynamicsAnalysis
Analysis tools for Desmond's metadynamics jobs.
Functions [hide private]
 
get_backend()
A convenience function to see if we're running under job control.
 
list2str(l)
 
parse_meta(m, model)
 
generate_meta_cfg(meta_def, model)
Generate part of the config file for metadynamics simulation
 
get_meta_cfg_filename(meta_def)
Returns the name of the kerseq and cvseq files given a metadynamics definition file
 
read_meta_cfg(config, model)
Read config file for metadynamics simulation
 
get_distance(model, atom_list)
Check distance of the two groups of atoms defined in the atom list
 
get_local_symmetry(st, atom_list)
Variables [hide private]
  _backend_singleton = None
hash(x)
  meta_def_v2_sample = ...
Function Details [hide private]

get_backend()

 

A convenience function to see if we're running under job control. If so, return a _Backend object. Otherwise, return None.

generate_meta_cfg(meta_def, model)

 

Generate part of the config file for metadynamics simulation

Parameters:
  • meta_def (sea.Sea object) - The content of definition file for collective variables.
  • model (cms.Cms object @return a string. Exception will be raised if encounting any errors.) - topology file.

get_meta_cfg_filename(meta_def)

 

Returns the name of the kerseq and cvseq files given a metadynamics definition file

Parameters:
  • meta_def - The content of definition file for collective variables.
  • model - topology file.

read_meta_cfg(config, model)

 

Read config file for metadynamics simulation

Parameters:
  • meta_def (string) - The content of definition file for collective variables.
  • model (cms.Cms object @return a Meta) - topology file.

get_distance(model, atom_list)

 

Check distance of the two groups of atoms defined in the atom list

Parameters:
  • model (cms.Cms object) - topology file
  • atom_list (list) - atom list

Variables Details [hide private]

meta_def_v2_sample

Value:
"""
meta = {
  interval = 0.04
  height = 0.5
  kTemp = 2.4
  name = "kerseq"
  cv_name = "cvseq"
  cv = [
...