"docs-source/api-python/vscode:/vscode.git/clone" did not exist on "c3a74403c76b2ed6c51f14f2145ee3fe268b51eb"
Commit 012f6eb4 authored by Andy Simmonett's avatar Andy Simmonett
Browse files

Update drudeintegrator.h comments

parent c1df0025
...@@ -39,12 +39,7 @@ ...@@ -39,12 +39,7 @@
namespace OpenMM { namespace OpenMM {
/** /**
* This is a leap-frog Verlet Integrator that simulates systems with Drude particles. It uses the * A base class to encapsulate features common to Drude integrators.
* 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.
*/ */
class OPENMM_EXPORT_DRUDE DrudeIntegrator : public Integrator { 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