Commit Graph

421 Commits

Author SHA1 Message Date
3750e0a427 resolve newton setting and parallel disparities, improve syntax error catching 2018-06-16 11:13:52 -06:00
661848139c Merge pull request #926 from ndtrung81/gpu-updates
some updates to the GPU package
2018-06-13 12:57:01 -06:00
3c781afa6c Switched to standard C++ header files for pair lj/expand/coul/long in USER-MISC 2018-06-09 09:41:03 -05:00
838a1938bb Added pair styles lj/expand/coul/long to USER-MISC and its gpu version to GPU package, added lj/cut/dipole/long/gpu; and added an example Makfile to build GPU package for multi-arch 2018-05-20 17:03:12 -05:00
5daf1fe0d4 remove deprecated 'register' keyword. closes #922 2018-05-18 17:43:18 -04:00
8303d1a375 allow smooth restarts 2018-05-13 22:49:54 -06:00
3440b1a2a7 Merge pull request #909 from lammps/tablecut
new dihedral table/cut command
2018-05-11 15:41:52 -06:00
308dac6821 fix force->bounds() bug and remove dead code 2018-05-11 15:54:51 -04:00
9674512997 new dihedral table/cut command 2018-05-11 07:36:40 -06:00
f864584bce correct small bugs found by coverity scan static code analysis
- in fix rigid, rigid/small, and poems, a string argument was
  incorrectly assigned to a %d format
- plug two small memory leaks in fix bond/react
2018-05-11 00:43:09 -04:00
863a85353a type reassignment bugfix for edge atoms 2018-05-09 23:55:04 -06:00
a7a83b118d update dependencies for USER-CGSDK package. make script permissions consistent 2018-05-09 16:13:54 -04:00
ca96a7ab05 Merge pull request #891 from akohlmey/collected-small-changes
Collected small changes, fixes and updates
2018-05-07 10:43:19 -06:00
8ec033e823 Merge pull request #889 from akohlmey/cplusplus-compliance
Collected changes to restore C++ standard compliance
2018-05-07 10:42:22 -06:00
d51745fd27 whitespace cleanup 2018-05-07 07:23:29 -04:00
c3588f08b7 provide keyword/value option to compute ackland/atom for selecting legacy or current variant of implementation 2018-05-07 07:23:29 -04:00
941d289a69 cosmetic changes to avoid compiler warnings 2018-05-06 10:54:34 -04:00
e1f9ee1347 fix1 2018-05-06 01:04:23 -06:00
916ed71760 fix bond/react final touches 2018-05-06 00:34:03 -06:00
b7210e931c more cosmetic changes to silence pedantic warnings 2018-05-04 22:34:20 -04:00
7edeccae80 replace variable length arrays in fix filer/corotate by Memory::create() / Memory::destroy() 2018-05-04 21:14:08 -04:00
345c212828 replace variable length arrays in compute basal/atom with new/delete 2018-05-04 18:55:22 -04:00
0a835c499a fix newly introduced bug 2018-05-04 18:32:41 -04:00
6dcee30b1a replace variable length arrays in fix gle with new/delete 2018-05-04 18:21:22 -04:00
b11757adb3 replace variable length array in fix ipi with new/delete 2018-05-04 16:47:29 -04:00
eeee2d3026 Merge pull request #803 from jrgissing/fix_bond_react
Fix bond react
2018-05-03 14:16:46 -06:00
c8a0689d78 correct typo in converting c-library header includes to c++ styles 2018-05-03 15:44:17 -04:00
28786ef99b tweak to header file names 2018-05-03 11:49:27 -06:00
749f1ff407 Merge pull request #875 from akohlmey/collected-small-fixes
Collected small changes and bug fixes for the next patch release
2018-05-03 11:28:00 -06:00
e4071d7f46 replace C-style include files with their C++ equivalents 2018-04-27 18:00:24 -04:00
64b08d3ca8 add write_data() support to remaining improper styles.
with this commit, write_data() support should be complete.
2018-04-26 16:39:31 -04:00
c7edc6636a make sure all allocatable class pointers are initialized to NULL 2018-04-26 16:13:19 -04:00
6f9a2245d2 add write_data() support to 4 more dihedral styles, which completes the set 2018-04-23 16:56:19 -04:00
f1ee46cc64 add check to require atom attribute molecule to avoid segfaults, when it is missing 2018-04-19 18:24:19 -04:00
caa990746e bugfix
fixes crash e.g. when building on Ubuntu for Windows
thanks to Márk Jenei (University of Cambridge) for submitting error report
2018-04-18 22:27:12 -06:00
a087813d01 incorporate bugfix for fix ave/correlate/long from jorge ramirez 2018-04-18 07:26:13 -04:00
b37664b44e squash bug in fix srp that was incorrectly comparing cutoffs for triclinic cells 2018-03-28 10:57:13 -04:00
318877ada3 Merge pull request #839 from oywg11/master
New registry dependent interlayer potential in LAMMPS
2018-03-23 13:38:48 -06:00
78e09e1854 refine the code and documentation 2018-03-23 13:26:40 +03:00
8de7c449fc refactor code and examples to match LAMMPS conventions. whitespace cleanup. shorten examples. 2018-03-22 19:31:41 -04:00
e9ac8ba01e cleanup embedded or trailing tabs 2018-03-16 13:21:54 -04:00
59dbb49cf9 remove trailing whitespace 2018-03-16 12:37:27 -04:00
ee862d8bf5 replace leading tabs 2018-03-16 12:34:33 -04:00
94a923191a more whitespace cleanup 2018-03-15 22:02:02 -04:00
375cf6124f Finally updated the github tutorial 2018-03-13 17:27:23 +02:00
070e85b44b add restartinfo=0 to manbody file it was missing from 2018-03-06 12:45:40 -07:00
e8eeb52636 fix memory leaks detected by valgrind 2018-03-03 19:31:53 -05:00
21364f38b0 gatherv fix, take 2 2018-03-01 23:11:46 -07:00
51b19dfd1a plug memory leak in fix bond/react 2018-02-25 14:10:28 +01:00
3b90f60064 Merge pull request #3 from lammps/master
rebase
2018-02-24 23:49:27 -07:00