1 #ifndef MCMD_GET_ATOM_GROUPS_H 2 #define MCMD_GET_ATOM_GROUPS_H 11 #include <util/containers/FSArray.h> 13 #include <mcMd/chemistry/Bond.h> 16 #include <mcMd/chemistry/Angle.h> 19 #include <mcMd/chemistry/Dihedral.h> 21 #include <simp/species/Species.h> Classes used by all simpatico molecular simulations.
void getAtomDihedrals(const Atom &atom, AtomDihedralArray &groups)
Fill an array of pointers to Dihedrals that contain an Atom.
A fixed capacity (static) contiguous array with a variable logical size.
void getAtomAngles(const Atom &atom, AtomAngleArray &groups)
Fill an array of pointers to Angles that contain an Atom.
A point particle within a Molecule.
Utility classes for scientific computation.
FSArray< const Bond *, Species::MaxBondPerAtom > AtomBondArray
Array to hold pointers to bonds that contain a specific atom.
FSArray< const Angle *, Simp::Species::MaxAnglePerAtom > AtomAngleArray
Array to hold pointers to angles that contain a specific atom.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
A physical molecule (a set of covalently bonded Atoms).
FSArray< const Dihedral *, Simp::Species::MaxDihedralPerAtom > AtomDihedralArray
Array to hold pointers to Dihedrals that contain a specific atom.
void getAtomBonds(const Atom &atom, AtomBondArray &groups)
Fill an array of pointers to Bonds that contain an Atom.