Unverified Commit eb853106 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge branch 'doc-updates' of github.com:rbberger/lammps into release-preparation

parents 1bb38ed0 25ec8d36
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
.. index:: pair\_style morse
.. index:: pair_style morse

pair\_style morse command
=========================
pair_style morse command
========================

pair\_style morse/gpu command
=============================
pair_style morse/gpu command
============================

pair\_style morse/omp command
=============================
pair_style morse/omp command
============================

pair\_style morse/opt command
=============================
pair_style morse/opt command
============================

pair\_style morse/smooth/linear command
=======================================
pair_style morse/smooth/linear command
======================================

pair\_style morse/smooth/linear/omp command
===========================================
pair_style morse/smooth/linear/omp command
==========================================

pair\_style morse/kk command
============================
pair_style morse/kk command
===========================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style style args

@@ -44,11 +44,11 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style morse 2.5
   pair_style morse/smooth/linear 2.5
   pair_coeff \* \* 100.0 2.0 1.5
   pair_coeff * * 100.0 2.0 1.5
   pair_coeff 1 1 100.0 2.0 1.5 3.0

Description
+6 −6
Original line number Diff line number Diff line
.. index:: pair\_style multi/lucy
.. index:: pair_style multi/lucy

pair\_style multi/lucy command
==============================
pair_style multi/lucy command
=============================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style multi/lucy style N keyword ...

@@ -18,10 +18,10 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style multi/lucy linear 1000
   pair_coeff \* \* multibody.table ENTRY1 7.0
   pair_coeff * * multibody.table ENTRY1 7.0

Description
"""""""""""
+9 −9
Original line number Diff line number Diff line
.. index:: pair\_style multi/lucy/rx
.. index:: pair_style multi/lucy/rx

pair\_style multi/lucy/rx command
=================================
pair_style multi/lucy/rx command
================================

pair\_style multi/lucy/rx/kk command
====================================
pair_style multi/lucy/rx/kk command
===================================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style multi/lucy/rx style N keyword ...

@@ -22,13 +22,13 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style multi/lucy/rx linear 1000
   pair_style multi/lucy/rx linear 1000 fractional
   pair_style multi/lucy/rx linear 1000 molecular
   pair_coeff \* \* multibody.table ENTRY1 h2o h2o 7.0
   pair_coeff \* \* multibody.table ENTRY1 h2o 1fluid 7.0
   pair_coeff * * multibody.table ENTRY1 h2o h2o 7.0
   pair_coeff * * multibody.table ENTRY1 h2o 1fluid 7.0

Description
"""""""""""
+8 −8
Original line number Diff line number Diff line
.. index:: pair\_style nb3b/harmonic
.. index:: pair_style nb3b/harmonic

pair\_style nb3b/harmonic command
=================================
pair_style nb3b/harmonic command
================================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style nb3b/harmonic

@@ -15,10 +15,10 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style nb3b/harmonic
   pair_coeff \* \* MgOH.nb3bharmonic Mg O H
   pair_coeff * * MgOH.nb3bharmonic Mg O H

Description
"""""""""""
@@ -54,9 +54,9 @@ want the 1st 3 to be Si, and the 4th to be C, you would use the
following pair\_coeff command:


.. parsed-literal::
.. code-block:: LAMMPS

   pair_coeff \* \* SiC.nb3b.harmonic Si Si Si C
   pair_coeff * * SiC.nb3b.harmonic Si Si Si C

The 1st 2 arguments must be \* \* so as to span all LAMMPS atom types.
The first three Si arguments map LAMMPS atom types 1,2,3 to the Si
+17 −17
Original line number Diff line number Diff line
.. index:: pair\_style nm/cut
.. index:: pair_style nm/cut

pair\_style nm/cut command
==========================
pair_style nm/cut command
=========================

pair\_style nm/cut/coul/cut command
pair_style nm/cut/coul/cut command
==================================

pair_style nm/cut/coul/long command
===================================

pair\_style nm/cut/coul/long command
====================================
pair_style nm/cut/omp command
=============================

pair\_style nm/cut/omp command
==============================
pair_style nm/cut/coul/cut/omp command
======================================

pair\_style nm/cut/coul/cut/omp command
pair_style nm/cut/coul/long/omp command
=======================================

pair\_style nm/cut/coul/long/omp command
========================================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style style args

@@ -46,18 +46,18 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   pair_style nm/cut 12.0
   pair_coeff \* \* 0.01 5.4 8.0 7.0
   pair_coeff * * 0.01 5.4 8.0 7.0
   pair_coeff 1 1 0.01 4.4 7.0 6.0

   pair_style nm/cut/coul/cut 12.0 15.0
   pair_coeff \* \* 0.01 5.4 8.0 7.0
   pair_coeff * * 0.01 5.4 8.0 7.0
   pair_coeff 1 1 0.01 4.4 7.0 6.0

   pair_style nm/cut/coul/long 12.0 15.0
   pair_coeff \* \* 0.01 5.4 8.0 7.0
   pair_coeff * * 0.01 5.4 8.0 7.0
   pair_coeff 1 1 0.01 4.4 7.0 6.0

Description
Loading