1 #ifndef OPENMM_UNITS_H_
2 #define OPENMM_UNITS_H_
57 static const double NmPerAngstrom = 0.1;
61 static const double AngstromsPerNm = 10.0;
65 static const double PsPerFs = 0.001;
69 static const double FsPerPs = 1000.0;
73 static const double KJPerKcal = 4.184;
77 static const double KcalPerKJ = 1.0/4.184;
81 static const double RadiansPerDegree = 3.1415926535897932385/180.0;
85 static const double DegreesPerRadian = 180.0/3.1415926535897932385;
89 static const double SigmaPerVdwRadius = 1.7817974362806786095;
93 static const double VdwRadiusPerSigma = .56123102415468649070;
Definition: AndersenThermostat.h:40