cgexplore.terms.TargetBondRange¶
- class cgexplore.terms.TargetBondRange(type1, type2, element1, element2, bond_rs, bond_ks)[source]¶
Bases:
objectDefines a target term and ranges in parameters to search for.
- Parameters:
type1 (str) – Atom/bead type of atom.
type2 (str) – Atom/bead type of atom.
element1 (str) – Element string of atom.
element2 (str) – Element string of atom.
bond_rs (Sequence[Quantity]) – Each r quantity of bond force to be implemented in a forcefield library.
bond_ks (Sequence[Quantity]) – Each k quantity of bond force to be implemented in a forcefield library.
Methods
Find interactions matching target.
Attributes