diff --git a/doc/Section_commands.html b/doc/Section_commands.html index 5a1e97170f..dbec66e33f 100644 --- a/doc/Section_commands.html +++ b/doc/Section_commands.html @@ -436,7 +436,7 @@ each style or click on the style itself for a full description: property/atomproperty/localproperty/moleculerdfreducereduce/region slicestress/atomtemptemp/aspheretemp/comtemp/deform temp/partialtemp/profiletemp/ramptemp/regiontemp/sphereti -voronoi/atom +vacfvoronoi/atom

These are compute styles contributed by users, which can be used if diff --git a/doc/Section_commands.txt b/doc/Section_commands.txt index 05461a3687..f5848fa805 100644 --- a/doc/Section_commands.txt +++ b/doc/Section_commands.txt @@ -669,6 +669,7 @@ each style or click on the style itself for a full description: "temp/region"_compute_temp_region.html, "temp/sphere"_compute_temp_sphere.html, "ti"_compute_ti.html, +"vacf"_compute_vacf.html, "voronoi/atom"_compute_voronoi_atom.html :tb(c=6,ea=c) These are compute styles contributed by users, which can be used if diff --git a/doc/compute_msd.html b/doc/compute_msd.html index df60e2d3bd..1ed7b6728d 100644 --- a/doc/compute_msd.html +++ b/doc/compute_msd.html @@ -42,7 +42,7 @@ msd/nongauss command.

A vector of four quantites is calculated by this compute. The first 3 elements of the vector are the squared dx,dy,dz displacements, summed -and averaged over atoms in the group. The 4th component is the total +and averaged over atoms in the group. The 4th element is the total squared displacement, i.e. (dx*dx + dy*dy + dz*dz), summed and averaged over atoms in the group.

diff --git a/doc/compute_msd.txt b/doc/compute_msd.txt index 4cd1cea2f4..05b4e710e9 100644 --- a/doc/compute_msd.txt +++ b/doc/compute_msd.txt @@ -34,7 +34,7 @@ msd/nongauss"_compute_msd_nongauss.html command. A vector of four quantites is calculated by this compute. The first 3 elements of the vector are the squared dx,dy,dz displacements, summed -and averaged over atoms in the group. The 4th component is the total +and averaged over atoms in the group. The 4th element is the total squared displacement, i.e. (dx*dx + dy*dy + dz*dz), summed and averaged over atoms in the group.