Commit Graph

553 Commits

Author SHA1 Message Date
sjplimp 3af4b3c28c Merge pull request #337 from ohenrich/user-cgdna
Added source code and documentation for USER-CGDNA
2017-01-18 11:31:35 -07:00
sjplimp c52a26382f Merge pull request #339 from akohlmey/fixes-for-srp-example
Fixes for srp example
2017-01-17 09:36:28 -07:00
sjplimp 973bef4d45 Merge pull request #332 from akohlmey/coord-atom-orientorder-atom-enhancements
Coord atom orientorder atom enhancements
2017-01-17 09:11:45 -07:00
sjplimp 1b9e50c8cb Merge pull request #331 from timattox/USER-DPD_fix_example_typo
USER-DPD: fix a typo in the DPD-H example input; update reference output.
2017-01-17 09:08:14 -07:00
Steve Plimpton 5cd856c97f fix spring doc page update 2017-01-17 09:02:56 -07:00
Axel Kohlmeyer 0a2b78acb8 rather than adjusting the communication cutoff, we just print out the minimum value needed and error out
i suspect, this communication cutoff adjustment was included into the code before it was possible to separately set it via comm_modify. stopping with an error message printing the needed/current value is cleaner, in keeping with other modules in LAMMPS and much less problematic.
2017-01-16 15:47:02 -05:00
Axel Kohlmeyer 8360e70f4e update USER-CGDNA examples to follow LAMMPS style 2017-01-13 18:56:45 -05:00
Oliver Henrich 96259ea2d2 Added source code and documentation for USER-CGDNA 2017-01-13 13:36:54 +00:00
Axel Kohlmeyer 622d926849 adapt example inputs for TAD and PRD to the change in compute coord/atom 2017-01-10 13:41:35 -05:00
Tim Mattox d06688bb91 USER-DPD: fix a typo in the DPD-H example input; update reference output. 2017-01-10 12:11:20 -05:00
Steve Plimpton c31f1e9f22 add fix mscg command, example, lib 2017-01-09 13:36:40 -07:00
Tim Mattox c301d70333 USER-DPD: update example input and output (see commits 3faa57 and eff7238) 2016-12-22 17:32:41 -05:00
Tim Mattox ba96fcc15a USER-DPD: update reference output to reflect changes from commit eff7238 2016-12-22 16:21:05 -05:00
Axel Kohlmeyer 647c6f00ce Merge branch 'grem-feature' of https://github.com/dstelter92/lammps into collected-updates-and-bugfixes 2016-11-22 14:51:19 -05:00
dstelter92 237307eda2 small typo and changes 2016-11-22 12:16:00 -05:00
dstelter92 d58dd4f159 bugfix when parsing mpirun 2016-11-22 12:13:20 -05:00
dstelter92 ae70f1090f added readme for grem examples 2016-11-22 12:05:14 -05:00
sjplimp ff0441ac16 Merge pull request #286 from akohlmey/small-fixes-and-updates
Collected small fixes and updates
2016-11-22 08:49:46 -07:00
dstelter92 dab232c542 modified temper_grem name to fit conventions, re-ran example to match 2016-11-21 12:02:17 -05:00
Axel Kohlmeyer 2862c20815 Merge branch 'master' into grem-feature 2016-11-18 14:51:46 -05:00
Axel Kohlmeyer 78e018829f Merge branch 'grem-feature' of https://github.com/dstelter92/lammps into grem-feature 2016-11-18 14:48:47 -05:00
Axel Kohlmeyer 635f3ce128 synchronize USER-SMD examples with code 2016-11-18 08:09:24 -05:00
dstelter92 2a026c9ad8 revised temper_grem example, better file management 2016-11-17 12:53:25 -05:00
dstelter92 4a3091f844 modified temper_grem example with more exchanges 2016-11-17 11:24:29 -05:00
sjplimp 74c0e4dd5c Merge pull request #278 from akohlmey/pair-agni
Implementation of the AGNI manybody potential
2016-11-17 09:04:31 -07:00
sjplimp 073e8a0524 Merge pull request #276 from akohlmey/doc-updates
Small bugfixes and updates
2016-11-17 09:02:27 -07:00
sjplimp 2535e44991 Merge pull request #271 from akohlmey/tersoff-modc
pair style tersoff/mod/c
2016-11-17 09:00:52 -07:00
Axel Kohlmeyer 4e62e58d29 Merge pull request #47 from dstelter92/grem-feature
added internal tempering in grem with example
2016-11-17 10:04:43 -05:00
dstelter92 5ac2d9532e Re-run example with debug off 2016-11-17 09:43:44 -05:00
dstelter92 19ac9d2959 turned off dev mode by default in temper_grem 2016-11-17 09:31:07 -05:00
dstelter92 9f313aac75 shorter example 2016-11-16 20:43:41 -05:00
dstelter92 0102c5dadc file cleanup 2016-11-16 20:38:53 -05:00
dstelter92 07e46b797a added internal tempering in grem with example 2016-11-16 20:27:14 -05:00
Axel Kohlmeyer 2e7fd513d4 provide fix grem example input for nvt and npt 2016-11-16 16:42:01 -05:00
Axel Kohlmeyer 82364d10e3 Merge branch 'grem-feature' of https://github.com/dstelter92/lammps into grem-feature
Resolved merge conflicts and adapted logic to most recent changes in feature branch

Closes #46
2016-11-16 16:11:53 -05:00
Axel Kohlmeyer 683f514fac simplify multi-replica run by passing per-replica parameters as variables on the command line 2016-11-16 14:22:20 -05:00
Axel Kohlmeyer 1c68e42ecc fix_modify is not longer needed 2016-11-14 13:43:28 -05:00
Axel Kohlmeyer 5f94b31806 add multi-replica example for gREM 2016-11-14 10:12:48 -05:00
Axel Kohlmeyer 14c7cf4197 retrieve target temperature and pressure from fix npt. add sanity checks. 2016-11-13 23:18:59 -05:00
Axel Kohlmeyer 26870f223d add example for gREM 2016-11-13 23:18:14 -05:00
Axel Kohlmeyer b9770766a8 add adatom and vacancy examples for AGNI pair style 2016-11-11 18:19:29 -05:00
Axel Kohlmeyer 8e0fd88697 add example demonstrating the use of fix addtorque 2016-11-11 10:52:50 -05:00
Steve Plimpton 9806da69f3 Stan bug fixes for fix reaxc/bonds/kk 2016-11-09 15:47:50 -07:00
Axel Kohlmeyer 71ee2ecaa1 integrate pair style tersoff/mod/c contributed by Ganga P Purja Pun (GMU)
This includes docs, added testing and inclusion of USER-OMP support.
2016-11-09 14:52:39 -05:00
arielzn 9de1a2a08f added input using born/coul/dsf/cs to examples/coreshell 2016-11-08 18:27:44 +01:00
Steve Plimpton f48b71f46b added examples/threebody, fix reaxc/speceies/kk 2016-11-04 10:56:04 -06:00
Steve Plimpton d9891abdf4 new library functions 2016-10-27 09:34:04 -06:00
Steve Plimpton 2106dce2b3 new fix halt command, other sundry small bug fixes 2016-10-18 13:11:40 -06:00
sjplimp 6f1162927a Merge pull request #207 from timattox/USER-DPD_new_VV_for_DPD
USER-DPD: add support for using VV with DPD
2016-10-11 13:39:25 -06:00
Steve Plimpton 04f5eadcf1 added LAST option to dump_modify thresh, more restart info printed out to screen 2016-10-11 12:39:52 -06:00