Added references to example input scripts to the doc pages

This commit is contained in:
Trung Nguyen
2021-07-02 14:06:06 -05:00
parent 48d3acb52b
commit bee95e41ae
4 changed files with 31 additions and 2 deletions

View File

@ -21,6 +21,13 @@ Examples
compute 1 all efield/atom
compute 1 all efield/atom pair yes kspace no
Used in input scripts:
.. parsed-literal::
examples/USER/dielectric/in.confined
examples/USER/dielectric/in.nopbc
Description
"""""""""""

View File

@ -29,9 +29,18 @@ Examples
.. code-block:: LAMMPS
fix 2 all polarize/bem/gmres 5 0.0001
fix 2 interface polarize/bem/gmres 5 0.0001
fix 1 interface polarize/bem/icc 1 0.0001
fix 3 all polarize/functional 1 0.001
fix 3 interface polarize/functional 1 0.001
Used in input scripts:
.. parsed-literal::
examples/USER/dielectric/in.confined
examples/USER/dielectric/in.nopbc
Description
"""""""""""

View File

@ -120,6 +120,12 @@ Examples
kspace style scafacos fmm 1.0e-4
kspace_style none
Used in input scripts:
.. parsed-literal::
examples/peptide/in.peptide
Description
"""""""""""

View File

@ -67,6 +67,13 @@ Examples
pair_coeff * * 100.0 3.0
pair_coeff 1 1 100.0 3.5 9.0
Used in input scripts:
.. parsed-literal::
examples/USER/dielectric/in.confined
examples/USER/dielectric/in.nopbc
Description
"""""""""""