|
|
ea808b8563
|
Merge branch 'master' into more-unittests
|
2021-03-29 15:27:26 -04:00 |
|
|
|
180d2895c4
|
Merge pull request #2678 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2021-03-29 14:05:08 -04:00 |
|
|
|
dbc30f9c19
|
Merge pull request #2683 from akohlmey/pair-map-refactor
Refactor element to type mapping code in pair styles
|
2021-03-29 12:15:02 -04:00 |
|
|
|
1e3f1c584c
|
simplify by using utils::strdup() fmt::format() and reorder includes
|
2021-03-29 08:12:37 -04:00 |
|
|
|
806f4e73ed
|
make dihedral style table/cut a derived class from table and remove redundant code
|
2021-03-29 07:32:43 -04:00 |
|
|
|
e481eb1154
|
simplify by using utils::strdup() fmt::format() and reorder includes
|
2021-03-29 07:29:14 -04:00 |
|
|
|
b32570c15e
|
simplify by using utils::strdup() and reorder includes
|
2021-03-28 22:22:13 -04:00 |
|
|
|
31726f56e6
|
refactor group2ndx and ndx2group commands to use fmtlib, tokenizer and utils
|
2021-03-28 14:48:39 -04:00 |
|
|
|
dfb18caf5a
|
simplify using utils::strdup(), update order of include files
|
2021-03-27 16:25:55 -04:00 |
|
|
|
436be824e1
|
use std:: namespace for STL containers
|
2021-03-27 12:10:40 -04:00 |
|
|
|
0b73ab96d2
|
avoid replicated code, consolidate variables and element mapping
|
2021-03-27 12:09:36 -04:00 |
|
|
|
35abca1b40
|
we should include <strings.h> when using strcasecmp()
|
2021-03-27 11:18:59 -04:00 |
|
|
|
e85f945d8e
|
fix typos
|
2021-03-26 23:12:29 -04:00 |
|
|
|
1752bd0276
|
Refactoring of some test files
|
2021-03-26 12:23:58 -04:00 |
|
|
|
664335420a
|
Start refactoring tests
|
2021-03-26 11:50:58 -04:00 |
|
|
|
b1efdda75c
|
Merge remote-tracking branch 'origin/master' into more-unittests
|
2021-03-26 11:35:22 -04:00 |
|
|
|
756d935d06
|
use std:: namespace for STL containers
|
2021-03-25 21:13:24 -04:00 |
|
|
|
53f32cea7e
|
simplify using utils::strdup()
|
2021-03-25 19:42:41 -04:00 |
|
|
|
2baafda517
|
simplify
|
2021-03-25 17:19:11 -04:00 |
|
|
|
2b34d88b71
|
fix bug
|
2021-03-25 17:19:03 -04:00 |
|
|
|
4efe60ec43
|
compatibility with older CMake versions
|
2021-03-25 17:14:57 -04:00 |
|
|
|
27e31c4b15
|
simplify
|
2021-03-25 14:49:49 -04:00 |
|
|
|
28ac1fddc7
|
add tests for fix adapt with pairwise and coulomb interactions
|
2021-03-25 14:20:44 -04:00 |
|
|
|
6d6e2a7920
|
add simple check whether the compiled executable can actually run
|
2021-03-24 21:51:55 -04:00 |
|
|
|
a772c3b7d2
|
test a few more functions and constants
|
2021-03-24 21:27:32 -04:00 |
|
|
|
47b7653d4d
|
Merge pull request #2653 from rbberger/code_coverage
Add tests to increase code coverage
|
2021-03-24 20:57:46 -04:00 |
|
|
|
d04d326413
|
more tests for expressions and vector style variables
|
2021-03-24 18:02:30 -04:00 |
|
|
|
55b0e33200
|
fix typo
|
2021-03-24 18:01:48 -04:00 |
|
|
|
aab51fe70e
|
more coverage of utility functions in Variable class
|
2021-03-24 16:47:56 -04:00 |
|
|
|
157698543f
|
add tests for "next" command
|
2021-03-24 16:47:08 -04:00 |
|
|
|
407212153f
|
create more variables of different styles
|
2021-03-24 15:14:58 -04:00 |
|
|
|
cc54f553e0
|
complete tests for if command booleans
|
2021-03-24 14:35:48 -04:00 |
|
|
|
51946205ce
|
add YAML files for MLIAP nn and quadratic snap model input
|
2021-03-24 12:26:07 -04:00 |
|
|
|
487c55edf0
|
simplify and apply clang-format
|
2021-03-24 11:24:55 -04:00 |
|
|
|
b6a030532d
|
add tests for boolean evaluation in "if" command
|
2021-03-24 10:33:00 -04:00 |
|
|
|
67f1f12c20
|
more tests for expressions
|
2021-03-23 21:42:45 -04:00 |
|
|
|
85d1257222
|
move redundant enumerator to Variable class definition in variable.h
|
2021-03-23 21:41:50 -04:00 |
|
|
|
4f46ee30a2
|
avoid crash when functions expecting an argument are used without
|
2021-03-23 18:13:01 -04:00 |
|
|
|
346c36e227
|
replace redundant functions to handle constants with (unordered) map
|
2021-03-23 17:48:47 -04:00 |
|
|
|
1efd72eb58
|
a couple more expressions and functions
|
2021-03-23 16:55:05 -04:00 |
|
|
|
1ebb600829
|
add tests for expressions and functions
|
2021-03-23 16:47:40 -04:00 |
|
|
|
014f9ad527
|
simplify Variable::parse_args() by using Tokenizer class
|
2021-03-23 16:47:04 -04:00 |
|
|
|
16c08516a7
|
test definition of more different variable styles
|
2021-03-23 16:14:40 -04:00 |
|
|
|
08d4fec142
|
add framework for testing the variable command
|
2021-03-23 14:38:54 -04:00 |
|
|
|
73b9f22681
|
Merge pull request #2675 from jrgissing/bond/react-tweak-recent-updates
Bond/react: tweak recent updates
|
2021-03-23 13:51:48 -04:00 |
|
|
|
b7296b6d0b
|
consolidate documentation for dihedral styles table and table/cut into one file
|
2021-03-23 13:49:37 -04:00 |
|
|
|
403a7a6f84
|
Merge pull request #2677 from stanmoore1/kk_snap_opt
Optimizations to Kokkos SNAP
|
2021-03-23 13:32:02 -04:00 |
|
|
|
875327117b
|
add unit test for dihedral styles table and table/cut
|
2021-03-23 08:07:35 -04:00 |
|
|
|
4b076e01be
|
silence compiler warning
|
2021-03-22 21:36:33 -04:00 |
|
|
|
ca1496e028
|
simplify
|
2021-03-22 21:36:25 -04:00 |
|