File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
docs/sphinx/source/tutorial6 Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
Generation of the silica block
2
2
==============================
3
3
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:
7
9
8
10
.. code-block :: lammps
9
11
@@ -14,12 +16,6 @@ file in a text editor of your choice, and copy the following into it:
14
16
neighbor 1.0 bin
15
17
neigh_modify delay 1
16
18
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
-
23
19
The main difference from some of the previous tutorials is the use of the ``Vashishta ``
24
20
pair style. The Vashishta potential implicitly models atomic bonds through
25
21
energy terms dependent on interatomic distances and angles :cite: `vashishta1990interaction `.
You can’t perform that action at this time.
0 commit comments