Skip to content

Commit 680da51

Browse files
committed
started restructuring tutorial 1
1 parent f9cd9f3 commit 680da51

File tree

4 files changed

+26
-23
lines changed

4 files changed

+26
-23
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>
3333
<span class="image">
3434
<img src="avatars/level1/bulk-solution/bulk-solution-gromacs.png" alt="gromacs tutorial logo" />
3535
</span>
36-
<a href="sphinx/build/html/tutorials/level1/bulk-solution.html">
36+
<a href="sphinx/build/html/tutorials/tutorial1/bulk-solution.html">
3737
<div class="content">
3838
<p align="left">
3939
Performing a <b>simple molecular dynamics</b>

docs/sphinx/source/index.rst

+2-12
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,11 @@ GROMACS tutorials
1010

1111
.. toctree::
1212
:maxdepth: 2
13-
:caption: Level 1
13+
:caption: Tutorials
1414

15-
tutorials/level1/bulk-solution.rst
15+
tutorials/tutorial1/bulk-solution.rst
1616
tutorials/level1/protein-in-electrolyte.rst
17-
18-
.. toctree::
19-
:maxdepth: 2
20-
:caption: Level 2
21-
2217
tutorials/level2/stretching-a-polymer.rst
23-
24-
.. toctree::
25-
:maxdepth: 2
26-
:caption: Level 3
27-
2818
tutorials/level3/solvation-energy.rst
2919
tutorials/level3/adsorption-ethanol.rst
3020

docs/sphinx/source/journal-article.bib

+11
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,17 @@ @inproceedings{gowers2016mdanalysis
278278
organization={SciPy Austin, TX}
279279
}
280280

281+
@article{van2005gromacs,
282+
title={GROMACS: fast, flexible, and free},
283+
author={Van Der Spoel, David and Lindahl, Erik and Hess, Berk and Groenhof, Gerrit and Mark, Alan E and Berendsen, Herman JC},
284+
journal={Journal of computational chemistry},
285+
volume={26},
286+
number={16},
287+
pages={1701--1718},
288+
year={2005},
289+
publisher={Wiley Online Library}
290+
}
291+
281292
@article{michaud2011mdanalysis,
282293
title={{{MDAnalysis}}: a toolkit for the analysis of molecular dynamics simulations},
283294
author={Michaud-Agrawal, Naveen and Denning, Elizabeth J and Woolf, Thomas B and Beckstein, Oliver},

docs/sphinx/source/tutorials/level1/bulk-solution.rst renamed to docs/sphinx/source/tutorials/tutorial1/bulk-solution.rst

+12-10
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,18 @@ Bulk salt solution
1919
:height: 250
2020
:align: right
2121

22-
The objective of this tutorial is to use the
23-
open-source code GROMACS to perform a simple molecular
24-
dynamics simulation. The system is a bulk solution of water mixed
25-
with sodium (Na\ :sup:`+`) and sulfate
26-
(SO\ :sub:`4`\ :sup:`2-`) ions.
27-
28-
This tutorial illustrates several major ingredients of molecular
29-
dynamics simulations, such as energy minimization,
30-
thermostating, NVT and NPT equilibration, and
31-
trajectory visualization.
22+
The objective of this tutorial is to use the open-source code GROMACS
23+
:cite:`van2005gromacs` to perform a molecular dynamics simulation. The
24+
system consists of a bulk solution of water mixed with sodium
25+
(Na\ :sup:`+`) and sulfate (SO\ :sub:`4`\ :sup:`2-`) ions.
26+
27+
This tutorial demonstrates how to set up a simulation box, solvate it
28+
with water, and add ions. It also introduces key components of molecular
29+
dynamics simulations, including energy minimization, thermostating, and
30+
*NVT* and *NpT* equilibrations. The resulting trajectory is analyzed
31+
using GROMACS utilities to extract properties such as the radial distribution
32+
function (RDF) and mean squared displacement (MSD). Trajectories are
33+
visualized using VMD :cite:`humphrey1996vmd`.
3234

3335
.. include:: ../../non-tutorials/needhelp.rst
3436
.. include:: ../../non-tutorials/GROMACS2024.2.rst

0 commit comments

Comments
 (0)