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
199595c510
Small adjustment to log message
2021-03-17 10:54:55 -05:00
ecbb75ff3c
removing parentheses from mass dictionary
2021-03-17 12:30:02 +01:00
05d6c1e757
Update python/examples/pylammps/elastic/elastic.py
...
Co-authored-by: Richard Berger <richard.berger@temple.edu >
2021-03-17 10:37:39 +01:00
611eb306be
Update python/examples/pylammps/elastic/elastic.py
...
Co-authored-by: Richard Berger <richard.berger@temple.edu >
2021-03-17 10:37:24 +01:00
5ba57fdd44
forgot to delete this line
2021-03-17 00:21:40 -04:00
2dc0b70575
simplify some more code by using utils::strdup()
2021-03-17 00:10:01 -04:00
a76a8eae59
fix segfault when processing empty lines
2021-03-16 23:41:18 -04:00
a6773bad5d
remove unnecessary echo
2021-03-16 19:40:49 -05:00
42895ac6df
Merge pull request #2654 from akohlmey/collected-small-changes
...
Collected small changes
2021-03-16 19:34:54 -04:00
1b5a7e2e1e
Merge pull request #2664 from rbberger/pylammps_update
...
PyLammps Examples update
2021-03-16 18:45:38 -04:00
2e45c84c6a
Merge pull request #2655 from akohlmey/collected-refactoring
...
Collected small code refactoring changes
2021-03-16 18:39:30 -04:00
46b86f3b1e
Define LAMMPS_DEVICE_FUNCTION
2021-03-16 22:20:47 +00:00
0e8f64251e
Correct the token to avoid missing model names
...
Correct the missing & available strings to match with the rest of query
Add error message when there is no OpenKIM model installed on the system
Correct the header file inlcusion order
2021-03-16 16:23:54 -05:00
772190efd1
Merge pull request #2657 from rbberger/refactor_meam_reader
...
Refactor MEAMC potential reader
2021-03-16 17:14:34 -04:00