forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12907 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5bee7e1794
commit
29f3fe505f
|
@ -3,7 +3,7 @@ the Knowledge Base for Interatomic Models (KIM) repository of
|
|||
interatomic potentials, so that they can be used by LAMMPS scripts.
|
||||
|
||||
Information about the KIM project can be found at https://openkim.org.
|
||||
It's PIs are ...
|
||||
It's PIs are Ellad Tadmor and Ryan Elliott (U Minn).
|
||||
|
||||
Using this package requires the KIM library and its models
|
||||
(interatomic potentials) to be downloaded and installed on your
|
||||
|
@ -21,4 +21,6 @@ library you can test it using an input file from the examples dir:
|
|||
|
||||
./lmp_serial < lammps/examples/kim/in.kim.lj
|
||||
|
||||
This pair_style was written by ...
|
||||
This pair_style was written by Valeriu Smirichinski and Ryan
|
||||
S. Elliott (U Minn).
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ calculates a Voronoi tesselation of the system.
|
|||
|
||||
It uses the Voro++ library, available at http://math.lbl.gov/voro++ to
|
||||
compute the tesselation locally on each processor. Voro++ was
|
||||
develped by Chris H. Rycroft while at UC Berkeley / Lawrence Berkeley
|
||||
developed by Chris H. Rycroft while at UC Berkeley / Lawrence Berkeley
|
||||
Laboratory.
|
||||
|
||||
That library can be downloaded and built in lib/voronoi or elsewhere
|
||||
|
|
Loading…
Reference in New Issue