cgexplore.terms.TargetNonbonded¶
- class cgexplore.terms.TargetNonbonded(bead_class, bead_element, sigma, epsilon, force)[source]¶
Bases:
objectDefines a target term to search for in a molecule.
- Parameters:
bead_class (str) – Class of bead - usually the first letter of bead type.
bead_element (str) – Element of atom.
sigma (Quantity) – sigma quantity to be implemented in a forcefield.
epsilons – epsilon quantity to be implemented in a forcefield.
force (str) – Which nonbonded force to use in this term.
epsilon (Quantity)
Methods
Return human-readable definition of this target term.
Return vector defining this target term.
Return key for vector defining this target term.
Attributes
- epsilon: Quantity¶
- sigma: Quantity¶