make documentation of a few pair styles more consistent with the rest
This commit is contained in:
@ -23,7 +23,7 @@ Syntax
|
||||
|
||||
pair_style style keywords values
|
||||
|
||||
* style = *tersoff* or *tersoff/table* or *tersoff/gpu* or *tersoff/omp* or *tersoff/table/omp*
|
||||
* style = *tersoff* or *tersoff/table*
|
||||
* keyword = *shift*
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
@ -17,7 +17,7 @@ Syntax
|
||||
|
||||
pair_style style args
|
||||
|
||||
* style = *thole* or *lj/cut/thole/long* or *lj/cut/thole/long/omp*
|
||||
* style = *thole* or *lj/cut/thole/long*
|
||||
* args = list of arguments for a particular style
|
||||
|
||||
.. parsed-literal::
|
||||
@ -25,7 +25,7 @@ Syntax
|
||||
*thole* args = damp cutoff
|
||||
damp = global damping parameter
|
||||
cutoff = global cutoff (distance units)
|
||||
*lj/cut/thole/long* or *lj/cut/thole/long/omp* args = damp cutoff (cutoff2)
|
||||
*lj/cut/thole/long* args = damp cutoff (cutoff2)
|
||||
damp = global damping parameter
|
||||
cutoff = global cutoff for LJ (and Thole if only 1 arg) (distance units)
|
||||
cutoff2 = global cutoff for Thole (optional) (distance units)
|
||||
|
||||
@ -22,13 +22,13 @@ Syntax
|
||||
|
||||
pair_style style args
|
||||
|
||||
* style = *vashishta* or *vashishta/table* or *vashishta/omp* or *vashishta/table/omp*
|
||||
* style = *vashishta* or *vashishta/table*
|
||||
* args = list of arguments for a particular style
|
||||
|
||||
.. parsed-literal::
|
||||
|
||||
*vashishta* or *vashishta/omp* args = none
|
||||
*vashishta/table* or *vashishta/table/omp* args = Ntable cutinner
|
||||
*vashishta* args = none
|
||||
*vashishta/table* args = Ntable cutinner
|
||||
Ntable = # of tabulation points
|
||||
cutinner = tablulate from cutinner to cutoff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user