![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/Invariant.h>#include <cmath>#include <string>#include <vector>#include <algorithm>#include <map>#include <iostream>#include <boost/cstdint.hpp>Go to the source code of this file.
Namespaces | |
| ForceFields | |
| ForceFields::MMFF | |
Macros | |
| #define | M_PI 3.14159265358979323846 |
Functions | |
| bool | ForceFields::MMFF::isDoubleZero (const double x) |
| void | ForceFields::MMFF::clipToOne (double &x) |
Variables | |
| const double | ForceFields::MMFF::DEG2RAD = M_PI / 180.0 |
| const double | ForceFields::MMFF::RAD2DEG = 180.0 / M_PI |
| const double | ForceFields::MMFF::MDYNE_A_TO_KCAL_MOL = 143.9325 |
| #define M_PI 3.14159265358979323846 |
Definition at line 25 of file MMFF/Params.h.
Referenced by RDDepict::computeSubAngle(), MolTransforms::getAngleDeg(), MolTransforms::getDihedralDeg(), RDDepict::rotationDir(), MolTransforms::setAngleDeg(), and MolTransforms::setDihedralDeg().