|
|
517b4f4342
|
unit test for extract() in angle-dipole.yaml
|
2024-09-22 20:06:17 +02:00 |
|
|
|
d6d63b87d1
|
unit test for extract() in angle-class2.yaml
|
2024-09-22 20:05:32 +02:00 |
|
|
|
1287977bee
|
unit test for extract() in angle-spica.yaml
|
2024-09-22 20:04:32 +02:00 |
|
|
|
cd4bada16f
|
unit test for extract() in angle-charmm.yaml
|
2024-09-22 20:03:33 +02:00 |
|
|
|
25c9f5a6ff
|
unit test for extract() in angle-mm3.yaml
|
2024-09-22 20:01:52 +02:00 |
|
|
|
96d99e3dd6
|
unit test for extract() in bond-fene_expand.yaml
|
2024-09-22 15:33:46 +02:00 |
|
|
|
0d6abcb86a
|
unit test for extract() in bond-mm3.yaml
|
2024-09-22 15:31:01 +02:00 |
|
|
|
958f2ae58b
|
add tests for library interface and python
|
2024-09-20 03:57:12 -04:00 |
|
|
|
11838801d6
|
add extract() function to angle style cosine/squared
|
2024-09-19 07:21:15 -04:00 |
|
|
|
6f10648d5f
|
update unit test
|
2024-09-19 05:03:37 -04:00 |
|
|
|
575c1014d4
|
bugfix in lammps-open.py unit test
|
2024-09-17 22:13:07 -06:00 |
|
|
|
47bb1a8748
|
update unit test
|
2024-09-16 21:04:22 -04:00 |
|
|
|
804aa4ee85
|
improve error message
|
2024-09-16 20:38:50 -04:00 |
|
|
|
44d86c378b
|
relax epsilon or mark unstable based on test results on non-x86 architectures
|
2024-09-16 00:34:28 -04:00 |
|
|
|
ac5d2d560d
|
remove redundant code
|
2024-09-10 21:49:21 -04:00 |
|
|
|
55fc12a5d1
|
add force style test
|
2024-09-10 21:31:27 -04:00 |
|
|
|
ee602a7daa
|
Merge branch 'lammps:develop' into alphataubio-kokkos-fixes
|
2024-09-04 21:05:58 -04:00 |
|
|
|
78597a9c39
|
add fortran module tests for extracting atom properties with array dimensions
|
2024-08-31 12:16:27 -04:00 |
|
|
|
84fa26ee2c
|
update test checking tool
|
2024-08-31 11:13:53 -04:00 |
|
|
|
2c05378815
|
expand python module unit tests for extract_atom()
|
2024-08-31 07:04:59 -04:00 |
|
|
|
9d9e591b54
|
first try at implementing lammps_extract_atom_size()
|
2024-08-30 22:50:42 -04:00 |
|
|
|
f3f69da328
|
expand tests on properties including custom properties
|
2024-08-30 10:29:41 -04:00 |
|
|
|
67bba08b3d
|
add unit tests for extracting lattice spacings
|
2024-08-25 00:41:58 -04:00 |
|
|
|
42dec6fe6e
|
modernize and remove dead code
|
2024-08-22 21:03:29 -04:00 |
|
|
|
3ea74b1725
|
update atom_style template test for added charge
|
2024-08-21 16:20:17 -04:00 |
|
|
|
19d6227220
|
plug memory leaks in testers
|
2024-08-20 09:19:58 -04:00 |
|
|
|
02752ddf6a
|
don't leak memory when throwing an exception
|
2024-08-20 01:15:53 -04:00 |
|
|
|
2cda355a92
|
restore to original for windows
|
2024-08-19 04:45:32 -04:00 |
|
|
|
75663ab14b
|
windows hack
|
2024-08-19 01:21:00 -04:00 |
|
|
|
ca937372f4
|
fix typo
|
2024-08-19 00:34:52 -04:00 |
|
|
|
67e0af8a1b
|
find LAMMPS python module for force style tests
|
2024-08-19 00:31:24 -04:00 |
|
|
|
8111697882
|
relax epsilong to accommodate MSVC++
|
2024-08-13 01:08:57 -04:00 |
|
|
|
4ee6910d98
|
add tests for 2NN MEAM potentials
|
2024-08-12 23:48:06 -04:00 |
|
|
|
69294ef343
|
add "verbose" option for debugging which will divert libcurl logging to the screen
|
2024-08-07 13:08:35 -04:00 |
|
|
|
c8ba358f67
|
more debugging github runner for macos
|
2024-08-07 12:20:35 -04:00 |
|
|
|
a8bb296a17
|
switch to verbose mode to debug GitHub runner.
|
2024-08-07 11:15:13 -04:00 |
|
|
|
937c17f3b8
|
add tests for geturl command
|
2024-08-07 10:27:48 -04:00 |
|
|
|
ce4e01fb78
|
author information only in cpp, kokkos version needs protected instead of private variables
|
2024-08-07 00:12:11 -04:00 |
|
|
|
3c524871f7
|
Revert "remove include/using/enum's no longer needed"
This reverts commit 83ce042a86.
|
2024-08-06 11:26:02 -04:00 |
|
|
|
83ce042a86
|
remove include/using/enum's no longer needed
|
2024-08-06 11:25:47 -04:00 |
|
|
|
056e3c0853
|
comply with @akohlmey's request
- revert my DBL_EPSILON change to EXPECT_FP_LE_WITH_EPS macro
- round the reference data for global_vector() to zeros for 2 unit tests to pass
|
2024-08-06 02:12:52 -04:00 |
|
|
|
1166531594
|
add 4 units tests for fix wall/region/kk
|
2024-08-06 01:24:21 -04:00 |
|
|
|
093490afad
|
Update fix-timestep-nph_sphere.yaml
|
2024-08-04 23:21:29 -04:00 |
|
|
|
b83521b22e
|
regenerated unit tests with run_torque
|
2024-08-04 23:15:33 -04:00 |
|
|
|
90cdb023dd
|
added dipole support to kokkos version, plus 2 unit tests
|
2024-08-04 22:57:05 -04:00 |
|
|
|
af203f7fc7
|
added run_torque and EXPECT_TORQUES
|
2024-08-04 22:40:36 -04:00 |
|
|
|
d1804fc776
|
Merge branch 'alphataubio-kokkos-bio' of https://github.com/alphataubio/lammps-alphataubio into alphataubio-kokkos-bio
|
2024-08-04 17:38:21 -04:00 |
|
|
|
0e9a419593
|
updated find_fix to get_fix_by_id for kokkos_omp test
|
2024-08-04 01:53:08 -04:00 |
|
|
|
84afef94f6
|
added "fix_modify test virial yes" and regenerated yaml files
|
2024-08-04 01:52:15 -04:00 |
|
|
|
755fdc5986
|
fix false negative floating point test
|
2024-08-04 00:07:01 -04:00 |
|