lammps:ba793f2e56b42b89b6a3afe34a55a665cdd99896 commits - 南方科技大学https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commits/ba793f2e56b42b89b6a3afe34a55a665cdd998962020-08-12T22:16:50-04:00https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/ba793f2e56b42b89b6a3afe34a55a665cdd99896add region tests and a few more death tests for lattice commands2020-08-12T22:16:50-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/6eb6ab308b327bef942dd115ed593de62de9891bmore tests for lattice command failures2020-08-12T22:16:50-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/f8c7c1316833c1c8b669218b7599941dfa352972complete lattice testers and start with regions+lattice+create_atoms2020-08-12T22:16:50-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/33118491a923657a620439c53a0e4bd54c04521aupdate custom lattice example for better syntax highlighting and remove unuse...2020-08-12T22:16:50-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/1cd2dfee3f7e41e38258642d17b26cdc999d4a6aadd more lattices2020-08-12T22:16:50-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/5c5774c8a4caa567cf880b44a55fa0f86b94eb5aadd check for compatible lattice command when calling create_atoms2020-08-12T22:16:49-04:00Axel Kohlmeyerakohlmey@gmail.com
without this check it is possibly to use the dimension keyword after
using lattice and then create atoms with an unsuitable lattice settinghttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/7e558e4628971dbfeae6319d1bba131bf464c619add tester tool for lattice and region commands2020-08-12T22:16:49-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/e2cedebd294fce431f54c42c9e3c3a5f570dd71bmore enumerator to class definition in header, so it can be accessed by tester2020-08-12T22:16:49-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/ac43f8f6857153b76cd3e65b388f637ca4ca6f19Merge pull request #1865 from danicholson/bond-style-special2020-08-11T16:06:26-04:00Axel Kohlmeyerakohlmey@gmail.com
Add bond style specialhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/3593d371eb9de6ac40f5cd522dfc8ecba784a1ebMerge pull request #2285 from twhitehead/comm-for-fix-destructors2020-08-11T15:21:36-04:00Axel Kohlmeyerakohlmey@gmail.com
Move comm destruction to after modify to leave available for fixeshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/15cd007d7ba71284799a7cf883c3bfc40a21dcb1Merge pull request #2283 from abhiShandy/soft-test2020-08-11T15:04:54-04:00Axel Kohlmeyerakohlmey@gmail.com
Add unit tests for /soft pair styleshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/3cae295f5bf3728973b3d073cbbccab76d0bfb76make test for unsupported pair styles more restrictive and improve docs about...2020-08-11T15:04:14-04:00Axel Kohlmeyerakohlmey@gmail.com
EAM styles have a single function but are not compatible, so we test for
single_enable == 0 and manybody_flag != 0.
Improve explanation in the documentation about which pair styles are not supported.https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/03ca86ee8429497cb4b5247d9a33de5d7ff70859Merge branch 'master' into bond-style-special2020-08-11T13:55:24-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/46021a57a65a1ae868b084b26fe31a9148c6fa37addressed incompatibility with long range coulombics2020-08-11T12:22:07-04:00David Nicholsondavidanich@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/5ee434670037bb7add4a5522b8776026f7a475f7fixed test for tip4p_long_soft, and mentioned the required coefficients for c...2020-08-10T17:16:07-04:00abhishandyabhishek.sandy@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/33c97618be510e80ed035cbb1df304b82c40edc1using hybrid/overaly to add soft repulsion to purely coulombic pair-styles2020-08-10T16:52:32-04:00abhishandyabhishek.sandy@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/a7fee0a96ff53271aeb00b8b3d6d9df3ae92d3f7replace strstr with utils::strmatch2020-08-10T16:28:42-04:00abhishandyabhishek.sandy@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/a83147ce20702af92bcde2eb18164b7cf8d26774fixed bug in respa neighbor list2020-08-10T16:01:28-04:00abhishandyabhishek.sandy@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/1370090586f57a35501c14d2f9d881e6d79d93abMove comm destruction to after modify to leave available for fixes2020-08-10T15:49:52-04:00Tyson Whiteheadtwhitehead@gmail.com
Needed in some cases to cleanup asynchronous inter-step transfers.https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/6f1055a9b11d47e2a332fad5aefa70aaa4516d25Merge pull request #2281 from jtclemm/patch_fix_store2020-08-10T12:09:08-04:00Axel Kohlmeyerakohlmey@gmail.com
Patch fix store to encode the size of per-atom data consistently with other related fixes for restarting.https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/e3beec8b958ebaf61b2b1080b6fd31ee770aa6carevert permission change and replace 'b/c' with 'because'2020-08-10T11:37:52-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/6cea5a9aeff2de513c35b0b6590e95ba531dd777added missing restart_settings() in morse/soft2020-08-08T17:11:25-04:00abhishandyabhishek.sandy@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/9bbd6099af3181068036973972fe8ee310bb1f15unit tests for /soft pair styles2020-08-08T16:30:27-04:00abhishandyabhishek.sandy@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/d0720794a68a3510c21a3025d1654ef593d548adReplaced mistakenly dropped line2020-08-08T09:24:37-06:00jtclemmjtclemm@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/41904f7946994e7ebeea729883919fc918042297Added cautionary comments2020-08-08T09:15:56-06:00jtclemmjtclemm@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/2775b9378964968f8b84cceb27a4572ae31757e1Merge pull request #2282 from akohlmey/more-unit-tests2020-08-07T19:06:44-04:00Axel Kohlmeyerakohlmey@gmail.com
Add more unit tests for pair and kspace styleshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/54b933164fc7ef8e145d23f8bc376dccb4209594tweak epsilon2020-08-07T18:34:39-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/7aae5ba5d17cfac39f226d75f7814420a334be1fset molecule ids for testing interlayer potentials2020-08-07T18:34:25-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/17b7476217a7407a434274d668cc25f8dcc87cfdavoid sqrt computation on cutoffs. make single functions consistent with compute2020-08-07T18:34:10-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/9f469623c03ceac5a0831ce7bd88a1e54a177e84add test for lj/smooth/linear and gaus/cut2020-08-07T18:13:58-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/e169a5c78531cd32f1ded4db36b929455bb12c00add tests for pair style coul/streitz2020-08-07T18:06:57-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/a17633bd20967411598b7c35d11a658a73af0f04use open_potential in pair style coul/streitz2020-08-07T18:06:43-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/c5cd10811341207d969d9e5d015ddef0e981f9ccadd tests for coul/shield, coul/slater/cut and coul/slater/long2020-08-07T16:59:21-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/2ffa7430ab49c55eb080b7c45ac3118e1b2eeebbfix restart bug in pair style coul/shield2020-08-07T16:58:56-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/7d26fbc6e2ce9c9823f94cfe0d72cddd14dd8957add test for pair style coul/diel2020-08-07T16:51:23-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/e217635e9ab168abc656436d8e7e7adb576b8ebefix bug in reading binary restarts for pair style coul/diel2020-08-07T16:51:12-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/0537cc721e0ab20d35ef6dca7c43784c9331071aadd test for pair style edip/multi2020-08-07T16:32:53-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/ec0c3d60a8002c2bc8c6638a7bba0e00d9771f7aadd test for pair style edip2020-08-07T16:30:12-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/4542a39f21641bf505b6a6e254c85ec17c249aadfix indexing bug in pair style edip/omp2020-08-07T16:29:53-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/8e0dccee2c8695509f759e8fd02f0b05933ba1d3add test for pair style meam/sw/spline2020-08-07T16:08:28-04:00Axel Kohlmeyerakohlmey@gmail.com