Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
9de283d4
Commit
9de283d4
authored
7 years ago
by
Gerardo Tauriello
Browse files
Options
Downloads
Patches
Plain Diff
Minor doc fixes.
parent
ba10bd38
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/mol/mm/doc/settings.rst
+40
-40
40 additions, 40 deletions
modules/mol/mm/doc/settings.rst
with
40 additions
and
40 deletions
modules/mol/mm/doc/settings.rst
+
40
−
40
View file @
9de283d4
...
...
@@ -12,136 +12,136 @@ of the :class:`Simulation` object.
.. attribute:: add_bonds
Flag, whether bonds should be parametrized
in :class:`TopologyCreator`.
d
efault: True
in :class:`TopologyCreator`.
D
efault: True
.. attribute:: add_angles
Flag, whether angles should be parametrized
in :class:`TopologyCreator`.
d
efault: True
in :class:`TopologyCreator`.
D
efault: True
.. attribute:: add_dihedrals
Flag, whether dihedrals should be parametrized
in :class:`TopologyCreator`.
d
efault: True
in :class:`TopologyCreator`.
D
efault: True
.. attribute:: add_impropers
Flag, whether impropers should be parametrized
in :class:`TopologyCreator`.
d
efault: True
in :class:`TopologyCreator`.
D
efault: True
.. attribute:: add_cmaps
Flag, whether cmaps should be parametrized
in :class:`TopologyCreator`.
d
efault: True
in :class:`TopologyCreator`.
D
efault: True
.. attribute:: add_exclusions
Flag, whether exclusions should be parametrized
in :class:`TopologyCreator`.
d
efault: True
in :class:`TopologyCreator`.
D
efault: True
.. attribute:: add_nonbonded
Flag, whether nonbonded interactions should be parametrized
in :class:`TopologyCreator`.
d
efault: True
in :class:`TopologyCreator`.
D
efault: True
.. attribute:: add_gbsa
Flag, whether GBSA interactions should be parametrized
in :class:`TopologyCreator`.
d
efault: False
in :class:`TopologyCreator`.
D
efault: False
.. attribute:: constrain_hbonds
Flag, whether bonds involving hydrogens should be constrained
in :class:`TopologyCreator`.
d
efault: False
in :class:`TopologyCreator`.
D
efault: False
.. attribute:: constrain_bonds
Flag, whether all bonds should be constrained in
:class:`TopologyCreator`.
d
efault: False
:class:`TopologyCreator`.
D
efault: False
.. attribute:: rigid_water
Flag, whether water molecules should be made rigid in
:class:`TopologyCreator`. This is achieved by adding
a distance constraint on the O-H bonds and an additional
one between the two hydrogens.
d
efault: False
one between the two hydrogens.
D
efault: False
.. attribute:: strict_interactions
Makes sure that an error is thrown when a particular interaction cannot
be parametrized with the given forcefield in the :class:`TopologyCreator`.
By setting it to False, these cases just get ignored.
d
efault: True
By setting it to False, these cases just get ignored.
D
efault: True
.. attribute:: ideal_bond_length_constraints
Flag, whether the ideal bond length from the :class:`Forcefield` should be
taken for distance constraints in the :class:`TopologyCreator`.
The actual
distances from the :class:`EntityHandle` get taken otherwise.
d
efault: True
taken for distance constraints in the :class:`TopologyCreator`.
The actual
distances from the :class:`
~ost.mol.
EntityHandle` get taken otherwise.
D
efault: True
.. attribute:: fix_heavy_atoms
Flag, whether all heavy atom positions (non hydrogens) should be fixed in
space in the :class:`TopologyCreator`.
d
efault: False
space in the :class:`TopologyCreator`.
D
efault: False
.. attribute:: kill_electrostatics
Flag, whether all charges should just be set to zero in the
:class:`TopologyCreator`.
d
efault: False
:class:`TopologyCreator`.
D
efault: False
.. attribute:: generate_disulfid_bonds
Flag, whether disulfid bonds based on a simple geometric criterion
(SG-SG dist < 2.5A) should be built in :class:`TopologyCreator`.
d
efault: True
D
efault: True
.. attribute:: nonbonded_method
Nonbonded method set up at the creation of the :class:`Simulation`.
Must be one of mm.NoCutoff, mm.CutoffNonPeriodic, mm.CutoffPeriodic
mm.Ewald or mm.PME.
d
efault: mm.NoCutoff
mm.Ewald or mm.PME.
D
efault: mm.NoCutoff
.. attribute:: nonbonded_cutoff
Nonbonded cutoff set when simulation is set up.
d
efault: 10.0
Nonbonded cutoff set when simulation is set up.
D
efault: 10.0
.. attribute:: remove_cmm_motion
Whether a center of mass remover object should be attached to the
:class:`Simulation`.
d
efault: True
:class:`Simulation`.
D
efault: True
.. attribute:: cmm_frequency
Frequency regarding simulation steps when the cmm remover should be applied.
d
efault: 1
D
efault: 1
.. attribute:: periodic_box_extent
:class:`ost.geom.Vec3` describing the X,Y and Z extents of the rectangular
simulation_box defined when setting up the :class:`Simulation`.
d
efault: (0,0,0)
D
efault: (0,0,0)
.. attribute:: init_temperature
Initial simulation velocities get set according to a Boltzman distribution
controlled by init_temperature(Kelvin).
d
efault: 0.0
controlled by init_temperature(Kelvin).
D
efault: 0.0
.. attribute:: forcefield
:class:`Forcefield` that is used in :class:`TopologyCreator`.
d
efault: None
:class:`Forcefield` that is used in :class:`TopologyCreator`.
D
efault: None
.. attribute:: termini_exceptions
Use termini other than the defaults set in the :class:`Forcefield` when
using :class:`TopologyCreator`. Has to be a :class:`TerminiExceptions`
object.
d
efault: None
object.
D
efault: None
.. attribute:: platform
Platform used by OpenMM to do the calculations. Must be one of mm.Reference,
mm.CPU, mm.CUDA or mm.OpenCL. If anything else than the reference platform
is used, the attribute openmm_plugin_directory has to be set accordingly.
d
efault: mm.Reference
D
efault: mm.Reference
.. attribute:: reference_properties
...
...
@@ -166,66 +166,66 @@ of the :class:`Simulation` object.
.. attribute:: add_thermostat
Flag, whether an Andersen thermostat should be attached when settings up
the :class:`Simulation`.
d
efault: False
the :class:`Simulation`.
D
efault: False
.. attribute:: thermostat_temperature
Temperature for the Andersen thermostat in K.
d
efault: NaN
Temperature for the Andersen thermostat in K.
D
efault: NaN
.. attribute:: thermostat_collision_frequency
Collision frequency of the Andersen thermostat in 1/ps.
d
efault: NaN
Collision frequency of the Andersen thermostat in 1/ps.
D
efault: NaN
.. attribute:: add_barostat
Flag, whether an MonteCarlo barostat should be attached when setting up
the :class:`Simulation`.
d
efault: False
the :class:`Simulation`.
D
efault: False
.. attribute:: barostat_temperature
Temperature for the MonteCarlo Barostat in K.
d
efault: NaN
Temperature for the MonteCarlo Barostat in K.
D
efault: NaN
.. attribute:: barostat_pressure
Pressure for the MonteCarlo Barostat in bar.
d
efault: NaN
Pressure for the MonteCarlo Barostat in bar.
D
efault: NaN
.. attribute:: barostat_frequency
Frequency of the MonteCarlo Barostat.
d
efault: 25
Frequency of the MonteCarlo Barostat.
D
efault: 25
.. attribute:: integrator
Integrator to move the simulation forward in time. OpenMM offers following
Integrators: :class:`VerletIntegrator`, :class:`BrownianIntegrator`,
:class:`LangevinIntegrator`, :class:`VariableVerletIntegrator` and
:class:`VariableLangevinIntegrator`.
d
efault: None
:class:`VariableLangevinIntegrator`.
D
efault: None
.. attribute:: solvent_dielectric
Solvent dielectric constant. This is used for the GBSA force when the
:class:`Simulation` gets set up.
d
efault: 78.3
:class:`Simulation` gets set up.
D
efault: 78.3
.. attribute:: solute_dielectric
Solute dielectric constant. This is used for the GBSA force when the
:class:`Simulation` gets set up.
d
efault: 1.0
:class:`Simulation` gets set up.
D
efault: 1.0
.. attribute:: reaction_field_dielecric
Sets the reaction field dielectric for the Nonbonded Force when setting
up the :class:`Simulation`.
d
efault: 78.3
up the :class:`Simulation`.
D
efault: 78.3
.. attribute:: use_dispersion_correction
Flag, whether the dispersion correction should be used when setting
up the Nonbonded Force in the :class:`Simulation`.
d
efault: True
up the Nonbonded Force in the :class:`Simulation`.
D
efault: True
.. attribute:: keep_ff_specific_naming
When running through the :class:`TopologyCreator`, the given entity gets
renamed to the forcefield specific naming. If set to true, the naming
stays like that, if not the entity gets renamed to PDB standard.
d
efault: True
D
efault: True
.. attribute:: openmm_plugin_directory
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment