RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>
#include <memory>
#include <RDGeneral/Invariant.h>
#include <cmath>
#include <string>
#include <vector>
#include <algorithm>
#include <map>
#include <iostream>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | ForceFields |
namespace | ForceFields::MMFF |
Macros | |
#define | M_PI 3.14159265358979323846 |
Functions | |
bool | ForceFields::MMFF::isDoubleZero (const double x) |
void | ForceFields::MMFF::clipToOne (double &x) |
Variables | |
constexpr double | ForceFields::MMFF::DEG2RAD = M_PI / 180.0 |
constexpr double | ForceFields::MMFF::RAD2DEG = 180.0 / M_PI |
constexpr double | ForceFields::MMFF::MDYNE_A_TO_KCAL_MOL = 143.9325 |
#define M_PI 3.14159265358979323846 |
Definition at line 26 of file MMFF/Params.h.