From 6dcafd693fa56985e161d5af448f05c308864fc6 Mon Sep 17 00:00:00 2001 From: Aidan Thompson Date: Thu, 21 Apr 2022 10:13:05 -0600 Subject: [PATCH] Update fix_nve.rst --- doc/src/fix_nve.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/fix_nve.rst b/doc/src/fix_nve.rst index 09eea1299d..a0e186df29 100644 --- a/doc/src/fix_nve.rst +++ b/doc/src/fix_nve.rst @@ -35,9 +35,9 @@ consistent with the microcanonical ensemble (NVE) provided there are (full) periodic boundary conditions and no other "manipulations" of the system (e.g. fixes that modify forces or velocities). -By default, this fix invokes the velocity form of the -Störmer-Verlet time integration algorithm (velocity-Verlet). Other schemes -can be invoked using the :doc:`run_style ` command. +This fix invokes the velocity form of the +Störmer-Verlet time integration algorithm (velocity-Verlet). Other +time integration options can be invoked using the :doc:`run_style ` command. ----------