29 #ifndef CDPL_FORCEFIELD_MMFF94TORSIONINTERACTION_HPP
30 #define CDPL_FORCEFIELD_MMFF94TORSIONINTERACTION_HPP
60 std::size_t term_atom2_idx,
unsigned int tor_type_idx,
double tor_param1,
61 double tor_param2,
double tor_param3):
62 termAtom1Idx(term_atom1_idx),
63 ctrAtom1Idx(ctr_atom1_idx), ctrAtom2Idx(ctr_atom2_idx),
64 termAtom2Idx(term_atom2_idx), torTypeIdx(tor_type_idx), torParam1(tor_param1), torParam2(tor_param2),
65 torParam3(tor_param3) {}
176 std::size_t termAtom1Idx;
177 std::size_t ctrAtom1Idx;
178 std::size_t ctrAtom2Idx;
179 std::size_t termAtom2Idx;
180 unsigned int torTypeIdx;
Stores parameters for a single MMFF94 torsion interaction over an atom quadruplet i-j-k-l.
Definition: MMFF94TorsionInteraction.hpp:45
double getTorsionParameter3() const
Returns the third torsion parameter.
Definition: MMFF94TorsionInteraction.hpp:170
double getTorsionParameter1() const
Returns the first torsion parameter.
Definition: MMFF94TorsionInteraction.hpp:152
std::size_t getAtom1Index() const
Returns the zero-based index of the first terminal atom (alias for getTerminalAtom1Index()).
Definition: MMFF94TorsionInteraction.hpp:107
std::size_t getAtom4Index() const
Returns the zero-based index of the second terminal atom (alias for getTerminalAtom2Index()).
Definition: MMFF94TorsionInteraction.hpp:134
unsigned int getTorsionTypeIndex() const
Returns the MMFF94 torsion type index.
Definition: MMFF94TorsionInteraction.hpp:143
double getTorsionParameter2() const
Returns the second torsion parameter.
Definition: MMFF94TorsionInteraction.hpp:161
std::size_t getCenterAtom1Index() const
Returns the zero-based index of the first central atom j.
Definition: MMFF94TorsionInteraction.hpp:80
std::size_t getTerminalAtom2Index() const
Returns the zero-based index of the second terminal atom l.
Definition: MMFF94TorsionInteraction.hpp:98
std::size_t getAtom2Index() const
Returns the zero-based index of the first central atom (alias for getCenterAtom1Index()).
Definition: MMFF94TorsionInteraction.hpp:116
std::size_t getCenterAtom2Index() const
Returns the zero-based index of the second central atom k.
Definition: MMFF94TorsionInteraction.hpp:89
std::size_t getAtom3Index() const
Returns the zero-based index of the second central atom (alias for getCenterAtom2Index()).
Definition: MMFF94TorsionInteraction.hpp:125
std::size_t getTerminalAtom1Index() const
Returns the zero-based index of the first terminal atom i.
Definition: MMFF94TorsionInteraction.hpp:71
MMFF94TorsionInteraction(std::size_t term_atom1_idx, std::size_t ctr_atom1_idx, std::size_t ctr_atom2_idx, std::size_t term_atom2_idx, unsigned int tor_type_idx, double tor_param1, double tor_param2, double tor_param3)
Constructs the torsion interaction parameter set.
Definition: MMFF94TorsionInteraction.hpp:59
The namespace of the Chemical Data Processing Library.