|
|
std::vector< AtomPair > | addNextConstrainedEthane (const int firstAtom, std::vector< AtomPair > &&constraints) |
| | Add ethane molecule to constraints.
|
| |
|
std::vector< AtomPair > | addNextConstrainedMethane (const int firstAtom, std::vector< AtomPair > &&constraints) |
| | Add methane molecule to constraints.
|
| |
|
std::vector< AtomPair > | addNextConstrainedEthanol (const int firstAtom, std::vector< AtomPair > &&constraints) |
| | Add ethanol molecule to constraints.
|
| |
|
std::vector< AtomPair > | fillConstraints (int numMethane, int numEthane, int numEthanol, int numConstraintThreads) |
| |
|
std::vector< int > | generateReferenceData (int numMethane, int numEthane, int numEthanol, int numConstraintThreads) |
| |