|
|
681ad88f08
|
rename fix STORE_LOCAL to STORE/LOCAL for consistency
|
2022-08-05 02:57:38 -04:00 |
|
|
|
369e9636be
|
update {fmt} library to version 9.0.0
|
2022-08-04 22:06:37 -04:00 |
|
|
|
72036caf71
|
use make_format_args() instead of make_args_checked() (removed in v9)
|
2022-08-04 21:59:37 -04:00 |
|
|
|
b4df4bffae
|
Merge pull request #3380 from stanmoore1/kk_small_changes
Small changes in KOKKOS package
|
2022-08-04 16:51:21 -04:00 |
|
|
|
8d9e0ee9c8
|
HIP tuning
|
2022-08-04 13:01:24 -04:00 |
|
|
|
b393bcf6a9
|
Remove unused non-public header
|
2022-08-04 13:01:13 -04:00 |
|
|
|
a84c2ab18a
|
fix off-by-one bugs, improve error messages
|
2022-08-04 12:27:26 -04:00 |
|
|
|
6c32058728
|
adapt all users of FixStore to use FixStoreGlobal or FixStorePeratom
|
2022-08-04 11:33:14 -04:00 |
|
|
|
184f55b99f
|
fix cut/paste error
|
2022-08-04 08:53:43 -06:00 |
|
|
|
53f49a160f
|
add missinng portions of a couple doc pages
|
2022-08-04 08:49:38 -06:00 |
|
|
|
774a3cb64e
|
split fix STORE into fix STORE/GLOBAL and fix STORE/PERATOM
|
2022-08-04 06:43:15 -04:00 |
|
|
|
883a25bbd8
|
Merge pull request #3375 from akohlmey/next_patch_release
Step version strings for the next patch release
|
2022-08-03 17:49:36 -04:00 |
|
|
|
d7901cb3af
|
step version strings for the next patch release
|
2022-08-02 13:03:37 -04:00 |
|
|
|
2dd7c23b6f
|
small performance tweak for 5th order spline evaluation
|
2022-08-02 10:37:50 -04:00 |
|
|
|
f7b19a3d47
|
Merge branch 'lammps:develop' into mliappy_unified
|
2022-08-01 01:12:14 -06:00 |
|
|
|
acadc299a7
|
apply powint() in a few more cases
|
2022-07-31 18:35:04 -04:00 |
|
|
|
00cd92954c
|
match pow(0,0) = 1.0 behavior in powint()
|
2022-07-31 18:32:52 -04:00 |
|
|
|
ec4c458c7e
|
add Pair::extract_atom() method
|
2022-07-29 10:54:42 -06:00 |
|
|
|
b8f4efcb6a
|
pre-existing bug fix for delay option with dump computes for pe/virial
|
2022-07-28 16:53:39 -06:00 |
|
|
|
4de0944f8b
|
streamlined string ops
|
2022-07-28 15:24:58 -06:00 |
|
|
|
c2d96ba911
|
fix uninitialized memory access bug in memory usage computation for fix STORE
|
2022-07-28 16:40:35 -04:00 |
|
|
|
348feddcb6
|
new fix pair and dump_modify skip commands
|
2022-07-28 12:45:20 -06:00 |
|
|
|
eb7759c869
|
improve formatting and modernize
|
2022-07-27 19:49:55 -04:00 |
|
|
|
ad69c7d157
|
simplify through using utils::strdup()
|
2022-07-27 19:49:31 -04:00 |
|
|
|
f039c00442
|
add dump skip option
|
2022-07-27 17:13:46 -06:00 |
|
|
|
e583f54ca7
|
fix off-by-one bug
|
2022-07-27 19:12:36 -04:00 |
|
|
|
5904fa954e
|
new examples/QM/LATTE dir with examples
|
2022-07-27 13:17:18 -06:00 |
|
|
|
925196a24f
|
virial adjustments for MDI stress
|
2022-07-27 09:38:23 -06:00 |
|
|
|
11897db197
|
add check on extracting elements twice from the library to avoid opaque error later
|
2022-07-26 15:00:27 -04:00 |
|
|
|
10c8a41ad8
|
Merge branch 'develop' into mdi-tweak
|
2022-07-25 14:27:41 -06:00 |
|
|
|
7b54b974d3
|
remove dead code
|
2022-07-25 11:48:21 -04:00 |
|
|
|
f736248efb
|
replace calls to pow() with faster functions for integer powers
|
2022-07-25 09:17:37 -04:00 |
|
|
|
6dc9664087
|
avoid uninitialized data access
|
2022-07-25 09:06:09 -04:00 |
|
|
|
e99494d838
|
fix copy-n-paste error
|
2022-07-25 09:02:54 -04:00 |
|
|
|
bcc49aca84
|
fix logic issue
|
2022-07-25 09:01:26 -04:00 |
|
|
|
762e79c49d
|
initialize possibly uninitialized variabled
|
2022-07-25 09:01:14 -04:00 |
|
|
|
f370a9a58a
|
less debug
|
2022-07-22 14:23:12 -06:00 |
|
|
|
40920ac6e1
|
improved error messages for duplicate or missing entries in manybody potential files
|
2022-07-22 12:41:43 -04:00 |
|
|
|
48ad917d9e
|
initialized pointers to null
|
2022-07-22 05:33:12 -04:00 |
|
|
|
c9c9139fd6
|
fix off-by-one error and resulting out-of-bounds write access.
|
2022-07-22 05:21:13 -04:00 |
|
|
|
5761647894
|
plug memory leak
|
2022-07-22 05:15:50 -04:00 |
|
|
|
1777f16d13
|
debug info
|
2022-07-21 17:03:13 -06:00 |
|
|
|
abb27ad1a5
|
remove debug line
|
2022-07-20 16:29:24 -06:00 |
|
|
|
10caba7fe0
|
more debugging for LATTE engine
|
2022-07-20 15:57:20 -06:00 |
|
|
|
3c99a6b5c4
|
Correctly handle the dependency of pair style (and fix) srp/react on the MC package
|
2022-07-20 17:01:44 -04:00 |
|
|
|
d6e8e044df
|
change what is required/optional for mdi plugin command
|
2022-07-20 09:55:19 -06:00 |
|
|
|
7cf77a5c2d
|
Merge branch 'lammps:develop' into mesocnt_stable
|
2022-07-20 14:31:40 +02:00 |
|
|
|
3685d6974a
|
reorder initializers to silence compiler warning
|
2022-07-18 14:01:18 -04:00 |
|
|
|
a99d0aa28e
|
added error messages for special_lj and comm vel
|
2022-07-18 11:39:02 +02:00 |
|
|
|
34cb0b7047
|
add support for dump_modify colname to dump local
|
2022-07-17 11:46:19 -04:00 |
|