Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
e550f512
Commit
e550f512
authored
6 years ago
by
PabloPiaggi
Browse files
Options
Downloads
Patches
Plain Diff
Updated docs
parent
124641dc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/compute_pair_entropy_atom.txt
+26
-24
26 additions, 24 deletions
doc/src/compute_pair_entropy_atom.txt
examples/USER/misc/pair_entropy/in.pairentropy
+0
-0
0 additions, 0 deletions
examples/USER/misc/pair_entropy/in.pairentropy
with
26 additions
and
24 deletions
doc/src/compute_pair_entropy_atom.txt
+
26
−
24
View file @
e550f512
...
@@ -10,25 +10,26 @@ compute pentropy/atom command :h3
...
@@ -10,25 +10,26 @@ compute pentropy/atom command :h3
[Syntax:]
[Syntax:]
compute ID group-ID pentropy/atom sigma cutoff :l
compute ID group-ID pentropy/atom sigma cutoff keyword value ... :pre
compute ID group-ID pentropy/atom sigma cutoff avg yes/no cutoff2 ... :pre
ID, group-ID are documented in "compute"_compute.html command :l
ID, group-ID are documented in "compute"_compute.html command :l
pentropy/atom = style name of this compute command :l
pentropy/atom = style name of this compute command :l
sigma = width of gaussians used in the g(r) smoothening :l
sigma = width of gaussians used in the g(r) smoothening :l
cutoff = cutoff for the g(r) calculation :l
cutoff = cutoff for the g(r) calculation :l
one or more keyword/value pairs may be appended :l
one or more keyword/value pairs may be appended :l
{avg} yes/no cutoff2
keyword = {avg} or {local}
avg = {no} or {yes}
{avg} values = {yes} or {no} cutoff2
{no} = do not average the pair entropy over neighbors
{yes} = average the pair entropy over neighbors
{yes} = average the pair entropy over neighbors
cutoff2 = cutoff for the averaging over neighbors :pre
{no} = do not average the pair entropy over neighbors
cutoff2 = cutoff for the averaging over neighbors
{local} values = {yes} or {no} = use the local density around each atom to normalize the g(r) :pre
:ule
:ule
[Examples:]
[Examples:]
compute 1 all pentropy/atom 0.25 5. :pre
compute 1 all pentropy/atom 0.25 5.
compute 1 all pentropy/atom 0.25 5. avg yes 5. :pre
compute 1 all pentropy/atom 0.25 5. avg yes 5.
compute 1 all pentropy/atom 0.125 7.3 avg yes 5.1 local yes :pre
[Description:]
[Description:]
...
@@ -77,11 +78,21 @@ neighbor skin bin :pre
...
@@ -77,11 +78,21 @@ neighbor skin bin :pre
See "neighbor"_neighbor.html for details.
See "neighbor"_neighbor.html for details.
The neighbor list needed to compute this quantity is constructed each
If the {local yes} option is used, the g(r) is normalized by the
time the calculation is performed (e.g. each time a snapshot of atoms
local density around each atom, that is to say the density around each
is dumped). Thus it can be inefficient to compute/dump this quantity
atom is the number of neighbors within the neighbor list cutoff divided
too frequently or to have multiple compute/dump commands, each with a
by the corresponding volume. This option can be useful when dealing with
{centro/atom} style.
inhomogeneus systems such as those that have surfaces.
Here are typical input parameters for fcc aluminum (lattice
constant 4.05 Angstroms),
compute 1 all pentropy/atom 0.25 5.7 avg yes 3.7 :pre
and for bcc sodium (lattice constant 4.23 Angstroms),
compute 1 all pentropy/atom 0.25 7.3 avg yes 5.1 :pre
[Output info:]
[Output info:]
...
@@ -95,15 +106,6 @@ The pair entropy values have units of the Boltzmann constant. They are
...
@@ -95,15 +106,6 @@ The pair entropy values have units of the Boltzmann constant. They are
always negative, and lower values (lower entropy) correspond to more
always negative, and lower values (lower entropy) correspond to more
ordered environments.
ordered environments.
Here are typical input parameters for fcc aluminum (lattice
constant 4.05 Angstroms),
compute 1 all pentropy/atom 0.25 5.7 avg yes 3.7 :pre
and for bcc sodium (lattice constant 4.23 Angstroms),
compute 1 all pentropy/atom 0.25 7.3 avg yes 5.1 :pre
[Restrictions:] none
[Restrictions:] none
[Related commands:]
[Related commands:]
...
@@ -113,12 +115,12 @@ compute 1 all pentropy/atom 0.25 7.3 avg yes 5.1 :pre
...
@@ -113,12 +115,12 @@ compute 1 all pentropy/atom 0.25 7.3 avg yes 5.1 :pre
[Default:]
[Default:]
The default value for the optional keyword
is avg
= no.
The default value
s
for the optional keyword
s are avg = no and local
= no.
:line
:line
:link(Piaggi)
:link(Piaggi)
[(Piaggi)] Piaggi and Parrinello, J Chem Phys, 147, 114112 (2017).
[(Piaggi)] Piaggi and Parrinello, J Chem Phys, 147, 114112 (2017).
:link(Nettleton
}
:link(Nettleton
)
[(Nettleton)] Nettleton and Green, J Chem Phys, 29, 6 (1958).
[(Nettleton)] Nettleton and Green, J Chem Phys, 29, 6 (1958).
This diff is collapsed.
Click to expand it.
examples/USER/misc/pair_entropy/
start.lmp
→
examples/USER/misc/pair_entropy/
in.pairentropy
+
0
−
0
View file @
e550f512
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment