Skip to content

Commit db34346

Browse files
committed
updated tutorial 6
1 parent cc9ffb6 commit db34346

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docs/sphinx/source/tutorial6/tutorial.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Generation of the silica block
22
==============================
33

4-
Create a folder if needed and
5-
place the initial input file, **generate.lmp**, into it. Then, open the
6-
file in a text editor of your choice, and copy the following into it:
4+
To begin this tutorial, if you are using LAMMPS--GUI, select ``Start Tutorial 6``
5+
from the ``Tutorials`` menu and follow the instructions. Alternatively, if you are
6+
not using LAMMPS--GUI, create a new folder and add a file named
7+
**generate.lmp**. Open the file in a text editor and paste in the following
8+
content:
79

810
.. code-block:: lammps
911
@@ -14,12 +16,6 @@ file in a text editor of your choice, and copy the following into it:
1416
neighbor 1.0 bin
1517
neigh_modify delay 1
1618
17-
.. admonition:: If you are using LAMMPS-GUI
18-
:class: gui
19-
20-
To begin this tutorial, select ``Start Tutorial 6`` from the
21-
``Tutorials`` menu of LAMMPS--GUI and follow the instructions.
22-
2319
The main difference from some of the previous tutorials is the use of the ``Vashishta``
2420
pair style. The Vashishta potential implicitly models atomic bonds through
2521
energy terms dependent on interatomic distances and angles :cite:`vashishta1990interaction`.

0 commit comments

Comments
 (0)