Axel Kohlmeyer
49e6c2eb7d
remove references to Make.py from the manual and instead refer to section 4
2017-07-18 13:14:03 -04:00
Axel Kohlmeyer
a92d792537
update manual links that got broken when removing and renumbering a section
2017-07-18 12:55:55 -04:00
Richard Berger
d7355801df
Make KIM Install.py Python 3 compatible
2017-07-15 12:03:04 -05:00
Steve Plimpton
296e572e69
better Install.py script for KIM from Ryan Elliott
2017-07-14 16:25:16 -06:00
sjplimp
cc9b3864bf
Merge pull request #577 from v0i0/airebo-kim-difference
...
AIREBO: Add doc about OpenKIM issue
2017-07-14 16:22:15 -06:00
Markus Hoehnerbach
e5405cdb04
AIREBO: Add doc about OpenKIM issue
2017-07-14 17:57:25 +02:00
sjplimp
9988030409
Merge pull request #563 from akohlmey/airebo-example
...
Add AIREBO and AIREBO-M example input deck
2017-07-13 13:12:30 -06:00
sjplimp
fc36754ca2
Merge pull request #561 from v0i0/fix-airebo-various
...
Fix Various AIREBO issues
2017-07-13 13:10:42 -06:00
sjplimp
3a46c34c2f
Merge pull request #574 from lammps/snap-virial
...
changes to SNAP virial from Aidan
2017-07-13 13:07:29 -06:00
sjplimp
983eb0e80d
Merge pull request #572 from junghans/data2xmovie
...
tools/Makefile: remove remains of data2xmovie
2017-07-13 11:27:46 -06:00
sjplimp
fc6c10c9a9
Merge pull request #571 from hasanmetin/reaxc-omp-credits-update
...
updated the credits and citations for pair style reaxc/omp and qeq/reax/omp
2017-07-13 11:27:18 -06:00
sjplimp
a3a0c9b144
Merge pull request #570 from akohlmey/collected-small-changes
...
Collected small changes
2017-07-13 11:26:47 -06:00
sjplimp
b64849d574
Merge pull request #569 from ellio167/kim-install-py
...
Kim install py
2017-07-13 11:24:43 -06:00
sjplimp
e58bcd8b4a
Merge pull request #568 from akohlmey/fix_gcmc_parallel_workaround
...
Workaround for data corruption when using fix gcmc in parallel with shake or fix rigid
2017-07-13 11:23:49 -06:00
sjplimp
ef2f4980e9
Merge pull request #566 from akohlmey/compute_rdf_dynamic
...
Dynamic group and normalization support for compute rdf
2017-07-13 11:23:22 -06:00
sjplimp
d3a45f6d50
Merge pull request #560 from aershadinia/master
...
EES wall potential
2017-07-13 11:22:47 -06:00
Steve Plimpton
d0cc1dfbb8
changes to SNAP virial from Aidan
2017-07-13 11:19:35 -06:00
Axel Kohlmeyer
de8d417aec
fix off-by-one memory allocation bug
2017-07-13 10:55:13 -04:00
Axel Kohlmeyer
0af9203fdc
remove useless and incorrect neighbor list request in fix qeq/comb/omp
2017-07-12 18:32:04 -04:00
Axel Kohlmeyer
c24fca61f3
fix possible uninitialized data access with pppm and pppm/disp
2017-07-12 18:14:11 -04:00
Axel Kohlmeyer
01e848387a
avoid accessing uninitialized data when exiting LAMMPS early
2017-07-12 18:00:38 -04:00
Axel Kohlmeyer
734729b0a4
avoid small memory leak with USER-REAXC + USER-OMP, spotted by GCC's address sanitizer
2017-07-12 17:27:49 -04:00
Axel Kohlmeyer
a419c7c57c
update src/.gitignore for fix wall*/ees sources
2017-07-12 11:40:35 -04:00
Axel Kohlmeyer
69d97fa60c
fix enforce2d has to be defined after fixes with enforce2d_flag set
...
this check currently only applies to rigid fixes and is needed
so that their respective enforce2d function is called _after_
the post force functions. this is required in combination with
commit a9ff593763
to allow rigid
fixes use the langevin option correctly for 2d systems
2017-07-12 11:26:16 -04:00
Axel Kohlmeyer
a9ff593763
avoid segfault when calling enforce2d before langevin data has been initialized
2017-07-12 09:48:07 -04:00
Axel Kohlmeyer
ddc9621325
remove absolutely last reference to xmovie
2017-07-11 18:30:41 -04:00
Christoph Junghans
f717a70638
tools/Makefile: remove remains of data2xmovie
...
data2xmovie was removed in e110d6961a
2017-07-11 16:16:03 -06:00
Axel Kohlmeyer
f7f4a24930
whitspace cleanup
2017-07-11 15:01:15 -04:00
Axel Kohlmeyer
338fc28970
combine citeme.log entry for pair reax/c/omp and fix qeq/reax/omp
2017-07-11 14:59:08 -04:00
H. Metin Aktulga
5a1e020bf0
updated the credits and citations for pair style reaxc/omp and qeq/reax/omp
2017-07-11 08:05:36 -07:00
Axel Kohlmeyer
c8939d8df6
clarify explanation of body style molecule in rigid fixes
2017-07-11 09:43:54 -04:00
Ryan S. Elliott
e30c5fc956
Fixed shebang and renamed to lib/kim/Install.py
2017-07-10 21:05:29 -05:00
Ryan S. Elliott
c29e8fba9b
Updated lib/kim/README file to go along with new install.py
2017-07-10 17:00:30 -05:00
Ryan S. Elliott
8d592f4b9e
Finalized code for lib/kim/install.py
2017-07-10 16:43:23 -05:00
Axel Kohlmeyer
c9a0d38a3e
mention restriction for use with fix shake or fix rigid in fix gcmc docs
2017-07-10 17:34:00 -04:00
Axel Kohlmeyer
b5e9e90bb6
white space cleanup
2017-07-10 17:21:20 -04:00
Axel Kohlmeyer
92395e9bb4
disallow MC moves with fix rigid and fix shake active. update examples and add shake example
2017-07-10 17:19:37 -04:00
Axel Kohlmeyer
fe888e4622
add support for recomputing normalization factors and finite size correction during
2017-07-07 15:39:25 -04:00
Ryan S. Elliott
b0be8b24ea
Further work on lib/kim/install.py
2017-07-06 15:50:03 -05:00
Ryan S. Elliott
16fc2d6fe1
Add install.py and update config for kim lib
2017-07-06 15:49:58 -05:00
Axel Kohlmeyer
7193fffe0d
make example input / output conform with LAMMPS conventions (no dump files, no log command) and update reference outputs
2017-07-06 16:08:25 -04:00
Steve Plimpton
4339379948
patch 6Jul17
2017-07-06 13:58:26 -06:00
Axel Kohlmeyer
23925b3a57
update fix wall/ees and wall/region/ees file to conform more to common formatting
...
also fix some typos and formatting issues
2017-07-06 14:47:44 -04:00
Axel Kohlmeyer
423e3b6389
integrate fix wall/ees and wall/region/ees into doc system
2017-07-06 14:45:51 -04:00
sjplimp
87af3b1fd9
Merge pull request #564 from lammps/fix-external
...
bugfix for fix msst
2017-07-06 08:58:20 -06:00
Abdoreza Ershadinia
8be6d5bfd8
Merged two doc files
2017-07-06 20:21:55 +09:00
Abdoreza Ershadinia
a62eb43791
Delete "fix_wall_region_ees.txt"
2017-07-06 20:20:12 +09:00
Abdoreza Ershadinia
33be51af54
Deleted "fix wall/region/ees" doc file
2017-07-06 20:19:40 +09:00
Abdo
47649ff50f
some edits to make examples more illustrative.
2017-07-06 15:35:06 +09:00
Axel Kohlmeyer
0423971205
whitespace cleanup
2017-07-06 00:24:00 -04:00