cgexplore.terms.Nonbonded¶
- class cgexplore.terms.Nonbonded(atom_id, bead_class, bead_element, sigma, epsilon, force)[source]¶
Bases:
objectClass containing term defintion.
- Parameters:
atom_id (int) – ID of bead.
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
Attributes
- epsilon: Quantity¶
- sigma: Quantity¶