Skip to content
Snippets Groups Projects
Commit aa3d3213 authored by Richard Berger's avatar Richard Berger
Browse files

Update set command documentation

parent d00eaef0
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ keyword = {type} or {type/fraction} or {mol} or {x} or {y} or {z} or \ ...@@ -36,6 +36,8 @@ keyword = {type} or {type/fraction} or {mol} or {x} or {y} or {z} or \
value can be an atom-style variable (see below) value can be an atom-style variable (see below)
{x},{y},{z} value = atom coordinate (distance units) {x},{y},{z} value = atom coordinate (distance units)
value can be an atom-style variable (see below) value can be an atom-style variable (see below)
{vx},{vy},{vz} value = atom velocity (velocity units)
value can be an atom-style variable (see below)
{charge} value = atomic charge (charge units) {charge} value = atomic charge (charge units)
value can be an atom-style variable (see below) value can be an atom-style variable (see below)
{dipole} values = x y z {dipole} values = x y z
...@@ -127,6 +129,7 @@ set type 3 charge 0.5 ...@@ -127,6 +129,7 @@ set type 3 charge 0.5
set type 1*3 charge 0.5 set type 1*3 charge 0.5
set atom * charge v_atomfile set atom * charge v_atomfile
set atom 100*200 x 0.5 y 1.0 set atom 100*200 x 0.5 y 1.0
set atom 100 vx 0.0 vy 0.0 vz -1.0
set atom 1492 type 3 :pre set atom 1492 type 3 :pre
[Description:] [Description:]
...@@ -225,7 +228,8 @@ IDs. ...@@ -225,7 +228,8 @@ IDs.
Keywords {x}, {y}, {z}, and {charge} set the coordinates or charge of Keywords {x}, {y}, {z}, and {charge} set the coordinates or charge of
all selected atoms. For {charge}, the "atom style"_atom_style.html all selected atoms. For {charge}, the "atom style"_atom_style.html
being used must support the use of atomic charge. being used must support the use of atomic charge. Keywords {vx}, {vy},
and {vz} set the velocities of all selected atoms.
Keyword {dipole} uses the specified x,y,z values as components of a Keyword {dipole} uses the specified x,y,z values as components of a
vector to set as the orientation of the dipole moment vectors of the vector to set as the orientation of the dipole moment vectors of the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment