| protocol |
index |
High-level initialization routines.
These routines provide high level interfaces to initialize potential terms
and to set up minimization and dynamics calculations.
The following functions are imported from the regularize module:
fixupCovalentGeom, covalentMinimize, addUnknownAtoms.
Global variable pdbLocation: location from which PDB entries are loaded.
| Classes | ||||||||||||||||||
|
| ||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| defaultSelectionString = 'all' downloadPDB_connectAttempts = 3 massFuncs = [] parVersion = {} parameters = {'axis': 'axes.par', 'metal': 'ion.par', 'nucleic': 'nucleic.par', 'protein': 'protein.par', 'water': 'tip3p.parameter'} parametersInitialized = {'axis': [], 'metal': [], 'nucleic': [], 'protein': [], 'water': []} pdbLocation = 'https://files.wwpdb.org/pub/pdb/data/structures/divided/pdb/' pseudoResNames = {'ANI', 'TAU', 'TEMP'} systems = ('protein', 'nucleic', 'water', 'metal', 'axis') topVersion = {} topology = {'metal': TopologyEntry(filename='ion.top', linkages=None,...Statements=None, lastStatements=None, options={}), 'nucleic': TopologyEntry(filename='nucleic.top', linkages=N...Statements=None, lastStatements=None, options={}), 'protein': TopologyEntry(filename='protein.top', linkages=N...Statements=None, lastStatements=None, options={}), 'water': TopologyEntry(filename='tip3p.topology', linkage...Statements=None, lastStatements=None, options={})} topologyFuncs = [] topologyInitialized = {'metal': [], 'nucleic': [], 'protein': [], 'water': []} | ||