Commit 012f6eb4 authored by Andy Simmonett's avatar Andy Simmonett
Browse files

Update drudeintegrator.h comments

parent c1df0025
......@@ -39,12 +39,7 @@
namespace OpenMM {
/**
* This is a leap-frog Verlet Integrator that simulates systems with Drude particles. It uses the
* self-consistent field (SCF) method: at every time step, the positions of Drude particles are
* adjusted to minimize the potential energy.
*
* This Integrator requires the System to include a DrudeForce, which it uses to identify the Drude
* particles.
* A base class to encapsulate features common to Drude integrators.
*/
class OPENMM_EXPORT_DRUDE DrudeIntegrator : public Integrator {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment