|
|
7b49b39a93
|
fix typo
|
2021-03-01 22:28:23 -05:00 |
|
|
|
6c7de1cbd0
|
no support for pppm on GPU (yet) with nozforce or triclinic cell
|
2021-03-01 22:14:35 -05:00 |
|
|
|
e02ad44b8b
|
GPU package does not support tabulated long-range coulomb
|
2021-03-01 22:05:47 -05:00 |
|
|
|
fb57d86364
|
dpd and dpd/tsat may only run with 1 thread due to use of per-thread pRNG
|
2021-03-01 21:45:36 -05:00 |
|
|
|
6fa3e6d23e
|
remove hardcoded checks for incompatible styles. use skip_tests keyword instead
|
2021-03-01 21:44:41 -05:00 |
|
|
|
5629947d89
|
add skip test entries for tests failing to run for GPU or USER-INTEL
|
2021-03-01 21:43:38 -05:00 |
|
|
|
205b45423c
|
combine repetitive code into convenience function
|
2021-03-01 20:07:19 -05:00 |
|
|
|
74713be4a2
|
add new key to YAML files: skip_tests
|
2021-03-01 19:27:11 -05:00 |
|
|
|
dfeee1f19b
|
run neighbor list on CPU for hybrid pair styles
|
2021-02-27 15:42:32 -05:00 |
|
|
|
121774dde3
|
adjust epsilon for one test
|
2021-02-27 10:58:04 -05:00 |
|
|
|
a6f32e472d
|
add explanation why we set pair_modify table only in the lammps_init()
|
2021-02-27 10:39:03 -05:00 |
|
|
|
f797d9cb2e
|
must always set pair_modify table (and table/disp) explicitly for long-range styles
|
2021-02-27 10:36:38 -05:00 |
|
|
|
981ed01983
|
recreate all yaml files with updated timestamps
|
2021-02-26 23:16:51 -05:00 |
|
|
|
19311d408d
|
use utils::trim() to remove extra whitespace from ctime() output.
|
2021-02-26 23:10:43 -05:00 |
|
|
|
fff215b48f
|
Merge branch 'master' into gpu-unittest
# Conflicts:
# unittest/force-styles/tests/mol-pair-born.yaml
# unittest/force-styles/tests/mol-pair-born_coul_dsf.yaml
# unittest/force-styles/tests/mol-pair-born_coul_long.yaml
# unittest/force-styles/tests/mol-pair-born_coul_msm.yaml
# unittest/force-styles/tests/mol-pair-born_coul_wolf.yaml
# unittest/force-styles/tests/mol-pair-buck.yaml
# unittest/force-styles/tests/mol-pair-buck_coul_long.yaml
# unittest/force-styles/tests/mol-pair-buck_coul_msm.yaml
# unittest/force-styles/tests/mol-pair-lj_cubic.yaml
# unittest/force-styles/tests/mol-pair-morse.yaml
# unittest/force-styles/tests/mol-pair-tip4p_cut.yaml
# unittest/force-styles/tests/mol-pair-zbl.yaml
|
2021-02-26 22:47:11 -05:00 |
|
|
|
03559dfe21
|
add tests for dihedral and improper style hybrid
|
2021-02-24 20:51:05 -05:00 |
|
|
|
a0a865643e
|
add missing coefficiencts to data file. no more need to set afterwards
|
2021-02-24 20:42:25 -05:00 |
|
|
|
2d1dcc95a6
|
update refrence data for impropers
|
2021-02-24 19:49:42 -05:00 |
|
|
|
a910c08b57
|
correct input
|
2021-02-24 19:39:14 -05:00 |
|
|
|
9fbec51ac6
|
update reference data
|
2021-02-24 19:34:39 -05:00 |
|
|
|
bd7c37d539
|
CHARMM dihedral styles require a matching pair style. add code for that.
|
2021-02-24 19:34:15 -05:00 |
|
|
|
cf9255a90d
|
avoid problems testing dihedrals and impropers
|
2021-02-24 18:37:58 -05:00 |
|
|
|
d81ca27e96
|
align tester sources with current state of other testers
|
2021-02-24 17:31:09 -05:00 |
|
|
|
c45658f1c7
|
Merge branch 'master' into improper-tester
|
2021-02-24 17:08:34 -05:00 |
|
|
|
065c4939ed
|
relax some unit test epsilons, so the tests pass on MacOS
|
2021-01-29 18:48:05 -05:00 |
|
|
|
8260fbd344
|
add unit test for wf/cut pair style
|
2021-01-28 03:48:39 -05:00 |
|
|
|
5e6411ea5a
|
Merge pull request #2514 from oywg11/tersoff-shift
Add a shift option to most Tersoff potential variants
|
2021-01-15 13:59:56 -05:00 |
|
|
|
59ef2e17ea
|
add eam/he pair style to distribution
|
2021-01-13 22:24:44 -05:00 |
|
|
|
412d1c1b72
|
rebless unit test data for tersoff shift bugfix
|
2021-01-11 04:21:23 -05:00 |
|
|
|
6bdf427522
|
add unit tests for tersoff pair styles used with shift keyword
|
2021-01-04 23:13:38 -05:00 |
|
|
|
384376bc51
|
increase precision of lj/cubic constants and document how to compute them
|
2020-12-18 22:33:56 -05:00 |
|
|
|
181b18beeb
|
tweak epsilon for better compiler compatibility
|
2020-12-17 07:21:17 -05:00 |
|
|
|
6671e7ba3c
|
relax some more unittest thresholds to reduce failures with crappy compilers
|
2020-12-15 20:37:14 -05:00 |
|
|
|
302d024909
|
Make reaxc test case less sensitive
|
2020-11-30 17:03:10 -05:00 |
|
|
|
bddbc516b5
|
Merge branch 'master' into collected-small-changes
|
2020-11-29 12:26:30 -05:00 |
|
|
|
569a000e6b
|
reformat unittest sources with clang-format
|
2020-11-25 16:51:41 -05:00 |
|
|
|
abdfcceab2
|
Merge branch 'master' into bond_gaussian
|
2020-11-25 15:50:54 -05:00 |
|
|
|
af179f9901
|
yaml file for angle gaussian
|
2020-11-14 17:20:13 +01:00 |
|
|
|
80d9b22105
|
yaml file for bond gaussian
|
2020-11-14 16:52:26 +01:00 |
|
|
|
2f3cbfed13
|
add CMake code to download and compile libyaml if not found locally
|
2020-11-10 17:58:26 -05:00 |
|
|
|
5159d255a7
|
update bundled fmtlib to version 7.1.0
|
2020-10-26 11:02:09 -04:00 |
|
|
|
adf74b3a22
|
use https://lammps.sandia.gov based URLs consistently
|
2020-10-21 16:45:30 -04:00 |
|
|
|
e23774ed56
|
include "pointers.h" to avoid include file name conflicts when compiling with USER-VTK enabled
|
2020-10-13 15:26:38 -04:00 |
|
|
|
8d0d7f4f55
|
Fix testers after API change
|
2020-10-05 21:53:38 -04:00 |
|
|
|
2ac83a0e84
|
Merge remote-tracking branch 'origin/master' into improper-tester
|
2020-10-05 21:35:42 -04:00 |
|
|
|
9c0808e95a
|
update unit tests for move of version string location
|
2020-09-19 15:00:03 -04:00 |
|
|
|
0522e3d7b6
|
a few more unittest tweaks
|
2020-09-17 11:11:44 -04:00 |
|
|
|
00641f9f24
|
relax epsilon a little for passing cross-platform tests
|
2020-09-17 11:01:59 -04:00 |
|
|
|
e2fc70da62
|
Merge branch 'master' into collected-small-changes
|
2020-09-17 06:51:21 -04:00 |
|
|
|
b9919b72d7
|
make MSM test w/o PBC run faster
|
2020-09-16 23:36:17 -04:00 |
|