| Trees | Indices | Help |
|
|---|
|
|
Facilities for reading and writing simplified MacroModel input files.
It can also be used to write MacroModel *.com files.
Copyright Schrodinger, LLC. All rights reserved.
|
|||
|
_MacroModel Class for reading and writing simplified MacroModel input files. |
|||
|
ConfSearch A special class for dealing with Conformation Search jobs. |
|||
|
EnergyListing A special class for dealing with Energy Listing jobs. |
|||
|
RCE A special class for dealing with RCE jobs. |
|||
|
Minta A special class for dealing with Minta jobs. |
|||
|
Minimization A special class for dealing with Minimization jobs. |
|||
|
EmbraceMinimization A special class for dealing with Enbrace Minimization jobs. |
|||
|
EmbraceConfSearch A special class for dealing with Embrace Conformation Search jobs. |
|||
|
|||
SUPPORTED_FFLD = ["OPLS2.0", "OPLS2.1"]
|
|||
VALID_FORCEFIELD_LIST = pymmlibs.mmcommon_get_valid_forcefield
|
|||
VALID_FORCEFIELD_NAME = '"%s"' %('", "'.join(SUPPORTED_FFLD))
|
|||
GENERAL_SPECS = [i for i in
|
|||
MINIMIZER_SPECS = [i for i in
|
|||
EMBRACE_SPECS = [i for i in
|
|||
MINTA_SPECS = [i for i in
|
|||
RCE_SPECS = [i for i in
|
|||
CONFSEARCH_SPECS = [i for i in
|
|||
ENERGY_LISTING_SPECS = [i for i in
|
|||
|
|||
VALID_FORCEFIELD_LIST
|
GENERAL_SPECS
|
MINIMIZER_SPECS
|
EMBRACE_SPECS
|
MINTA_SPECS
|
RCE_SPECS
|
CONFSEARCH_SPECS
|
ENERGY_LISTING_SPECS
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:17 2015 | http://epydoc.sourceforge.net |