namespace OpenMM { class LangevinIntegrator : public Integrator { public: LangevinIntegrator(double temperature, double frictionCoeff, double stepSize); void step(int steps); protected: private: }; } // namespace OpenMM