forked from lijiext/lammps
replace non-ascii characters with ASCII equivalents
This commit is contained in:
parent
9f276be0e5
commit
90c678849a
|
@ -177,7 +177,7 @@ compute"_Commands_compute.html doc page are followed by one or more of
|
||||||
"angle"_compute_angle.html - energy of each angle sub-style
|
"angle"_compute_angle.html - energy of each angle sub-style
|
||||||
"angle/local"_compute_angle_local.html - theta and energy of each angle
|
"angle/local"_compute_angle_local.html - theta and energy of each angle
|
||||||
"angmom/chunk"_compute_angmom_chunk.html - angular momentum for each chunk
|
"angmom/chunk"_compute_angmom_chunk.html - angular momentum for each chunk
|
||||||
"basal/atom"_compute_basal_atom.html - calculates the hexagonal close-packed “c” lattice vector of each atom
|
"basal/atom"_compute_basal_atom.html - calculates the hexagonal close-packed "c" lattice vector of each atom
|
||||||
"body/local"_compute_body_local.html - attributes of body sub-particles
|
"body/local"_compute_body_local.html - attributes of body sub-particles
|
||||||
"bond"_compute_bond.html - energy of each bond sub-style
|
"bond"_compute_bond.html - energy of each bond sub-style
|
||||||
"bond/local"_compute_bond_local.html - distance and energy of each bond
|
"bond/local"_compute_bond_local.html - distance and energy of each bond
|
||||||
|
|
|
@ -258,12 +258,12 @@ variable xyfinal equal xy*$\{_u_distance\}
|
||||||
variable xzfinal equal xz*$\{_u_distance\}
|
variable xzfinal equal xz*$\{_u_distance\}
|
||||||
variable yzfinal equal yz*$\{_u_distance\}
|
variable yzfinal equal yz*$\{_u_distance\}
|
||||||
change_box all x scale $\{_u_distance\} &
|
change_box all x scale $\{_u_distance\} &
|
||||||
y scale $\{_u_distance\} &
|
y scale $\{_u_distance\} &
|
||||||
z scale $\{_u_distance\} &
|
z scale $\{_u_distance\} &
|
||||||
xy final $\{xyfinal\} &
|
xy final $\{xyfinal\} &
|
||||||
xz final $\{xzfinal\} &
|
xz final $\{xzfinal\} &
|
||||||
yz final $\{yzfinal\} &
|
yz final $\{yzfinal\} &
|
||||||
remap :pre
|
remap :pre
|
||||||
|
|
||||||
NOTE: Unit conversion will only work if the conversion factors are placed in
|
NOTE: Unit conversion will only work if the conversion factors are placed in
|
||||||
all appropriate places in the input script. It is up to the user to do this
|
all appropriate places in the input script. It is up to the user to do this
|
||||||
|
|
Loading…
Reference in New Issue