Skip to content

Commit c66b2b9

Browse files
committed
update tutorial
1 parent 041702c commit c66b2b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/sphinx/source/tutorials/level1/protein-in-electrolyte.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,11 @@ Run the molecular dynamics
387387

388388
As the simulation progresses, the volume of the box decreases and better
389389
adjust to the fluid content of the box, as can be seen using *gmx energy*
390-
and choosing *volume*:
390+
and extracting the *volume*, and/or by extracting the *density*:
391391

392392
.. code-block:: bash
393393
394-
gmx energy -f npt.edr -o potential-energy-npt.xvg
394+
gmx energy -f npt.edr -o volume-npt.xvg
395+
gmx energy -f npt.edr -o density-npt.xvg
395396
396397
.. include:: ../../non-tutorials/accessfile.rst

0 commit comments

Comments
 (0)