We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b4d2e commit 9239ebeCopy full SHA for 9239ebe
docs/sphinx/source/tutorial3/tutorial.rst
@@ -90,9 +90,13 @@ distances, etc). Thus add to **water.lmp** the line:
90
maps are used for the bond types, angle types, and dihedral types.
91
92
Let us create water molecules. To do so, let us import a molecule template called
93
-**water.mol** and then randomly create 700 molecules. Add the following
+|water_mol_tutorial3| and then randomly create 700 molecules. Add the following
94
lines into **water.lmp**:
95
96
+.. |water_mol_tutorial3| raw:: html
97
+
98
+ <a href="https://raw.githubusercontent.com/lammpstutorials/lammpstutorials-inputs/refs/heads/main/tutorial3/water.mol" target="_blank">water.mol</a>
99
100
.. code-block:: lammps
101
102
molecule h2omol water.mol
0 commit comments