|
|
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 |
|
|
|
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 |
|
|
|
875327117b
|
add unit test for dihedral styles table and table/cut
|
2021-03-23 08:07:35 -04:00 |
|
|
|
c4e1255f3e
|
Merge pull request #2674 from rbberger/small_changes
Small code changes
|
2021-03-19 20:05:41 -04:00 |
|
|
|
dbe41778fa
|
Merge branch 'small_changes' of github.com:rbberger/lammps into small_changes
|
2021-03-19 18:51:44 -04:00 |
|
|
|
06ee5be2ce
|
Fix unhandled cases in docs LAMMPS syntax highlighting
|
2021-03-19 18:51:21 -04:00 |
|
|
|
125ddb0c82
|
Merge pull request #2670 from stanmoore1/kk_debye
Fix issues in pair_coul_debye_kokkos
|
2021-03-19 16:13:28 -04:00 |
|
|
|
9707771f1c
|
apply UTF-8 character replacement before creating tokens
|
2021-03-19 16:10:37 -04:00 |
|
|
|
6503a7c3ba
|
skip explicit temporaries
|
2021-03-19 15:52:27 -04:00 |
|
|
|
1f50557b38
|
Adopt utils::strdup in dump styles
|
2021-03-19 15:34:43 -04:00 |
|
|
|
a33a04a392
|
Remove redundant has_next() check in Tokenizer
|
2021-03-19 14:12:09 -04:00 |
|
|
|
5d4614b626
|
Correct vformat for bigint in dump_custom.cpp
|
2021-03-19 14:10:20 -04:00 |
|
|
|
772d270974
|
Merge pull request #2662 from evoyiatzis/master
Addition of a PyLammps script to compute elastic constants using OpenKIM
|
2021-03-19 13:43:19 -04:00 |
|
|
|
41c2a82ccc
|
Merge pull request #2666 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2021-03-19 13:32:42 -04:00 |
|
|
|
945ecd1f1c
|
Update kim commands
|
2021-03-19 13:23:15 -04:00 |
|
|
|
154b8cb401
|
remove dead code
|
2021-03-19 11:42:09 -04:00 |
|
|
|
ca102e4920
|
remove dead code
|
2021-03-19 11:20:32 -04:00 |
|
|
|
b9bc226e39
|
save style names alongside the classes when using read_data nocoeff
this fixes #2673
|
2021-03-19 10:06:02 -04:00 |
|
|
|
2e7e5aeac4
|
make fix gcmc and fix widom compatible with USER-INTEL
this fixes #2672
|
2021-03-19 10:04:28 -04:00 |
|
|
|
a5563e8d04
|
simplify using utils::strdup()
|
2021-03-18 20:56:04 -04:00 |
|
|
|
1710fb86d3
|
when using INTEL_LR_THREADS from C++11 we must add the threads library
|
2021-03-18 20:33:36 -04:00 |
|
|
|
59c0325f08
|
simplify by using utils::strdup()
|
2021-03-18 20:22:08 -04:00 |
|
|
|
0dd32d2f99
|
Merge pull request #2671 from rbberger/python_update
Improve LAMMPS error/exception detection in Python package
|
2021-03-18 19:37:24 -04:00 |
|
|
|
ff1b6deff0
|
Merge pull request #2668 from ellio167/trim-models-list
Trim models list returned by "kim query ... get_available_models ..." to those installed on user's system
|
2021-03-18 18:32:30 -04:00 |
|
|
|
692802921d
|
Add SYCL output to info command
|
2021-03-18 14:28:47 -04:00 |
|
|
|
4c0efceb1e
|
Remove invalid thermo accesses
|
2021-03-18 14:26:52 -04:00 |
|
|
|
64ba2f4ee2
|
Add missing checks for C++ exceptions
|
2021-03-18 14:26:18 -04:00 |
|
|
|
4cbf8eb2f8
|
Fix issues in pair_coul_debye_kokkos, pointed out by @weinbe2
|
2021-03-18 11:55:04 -06:00 |
|
|
|
c5ab2becd7
|
fix bug in utils::expand_args()
|
2021-03-18 12:25:31 -04:00 |
|
|
|
d5a1591cd1
|
simplify code
- use Tokenizer instead of ValueTokenizer since no value conversions are needed
- don't use fmt::format() when no string formatting is needed
|
2021-03-18 12:12:30 -04:00 |
|
|
|
b6498c8b9b
|
Merge pull request #2665 from masterleinad/kokkos_sycl
Allow compiling with SYCL
|
2021-03-18 11:27:42 -04:00 |
|
|
|
482aa7a66d
|
Reset LAMMPS_LAMBDA to KOKKOS_LAMBDA
|
2021-03-18 14:19:57 +00:00 |
|