htmd.protocols.production_v5.
Production
(**kwargs)¶Bases: htmd.protocols.oldprotocolinterface.ProtocolInterface
Warning
Production protocol v5
Production protocol for globular and membrane proteins. You can optionally define a flatbottom potential box and atom constraints for the production run.
Running time of the simulation.
Units for runtime. Can be ‘steps’, ‘ns’ etc.
Temperature of the thermostat in Kelvin
Force constant of the flatbottom potential in kcal/mol/A^2. E.g. 5
Reference selection to use as dynamic center of the flatbottom box.
Selection of atoms to apply the flatbottom potential
Position of the flatbottom box in term of the reference center given as [xmin, xmax, ymin, ymax, zmin, zmax]
For membrane protein simulations set it to true so that the barostat does not modify the xy aspect ratio.
Apply constraints to the production simulation, defined by the constraints parameter
A dictionary of atomselections and values of the constraint to be applied (in kcal/mol/A^2). Atomselects must be mutually exclusive.
Set to True if making production runs for adaptive sampling.
addConstraint
(atomselect, factor=1)¶Convenience function for adding a new constraint to existing constraints.
Example
>>> eq.addConstraint('chain X', 0.3)