|
|
564a8e88c1
|
use blanks on both sides of comparison operators not only one, remove blanks next to parenthesis
|
2023-07-11 10:31:16 -04:00 |
|
|
|
ab1e090e0e
|
neighbor list skin is added to custom cutoff automatically
|
2023-06-29 21:32:04 -04:00 |
|
|
|
91e0d0411b
|
one more programming style tweak
|
2023-05-15 02:04:17 -04:00 |
|
|
|
d584f2fe50
|
follow LAMMMPS' programming style more closely
|
2023-05-15 01:58:45 -04:00 |
|
|
|
17747a3c58
|
moved scaling to immediately after compute and removed virial scaling
|
2023-05-14 15:07:31 -05:00 |
|
|
|
a6310f170a
|
streamlined scaling implementation
|
2023-05-08 18:37:51 -05:00 |
|
|
|
d8584bb15a
|
Hacky first pass at kim scaling
|
2023-05-06 16:31:30 -05:00 |
|
|
|
f4314076ae
|
address scoping issues, use constexpr for unit constants, modernize
|
2023-03-20 06:18:17 -04:00 |
|
|
|
b0e7d9702b
|
modernize and simplify
|
2023-03-20 01:02:22 -04:00 |
|
|
|
07bb7b3195
|
fix up kim unit tests broken by recent changes
|
2022-12-09 19:56:45 -05:00 |
|
|
|
34f44daef5
|
some small programming style updates
|
2022-12-09 16:56:50 -05:00 |
|
|
|
6fe8b84c23
|
correct updating Makefile.package.setting edits, fix a few broken ones.
|
2022-11-30 19:31:00 -05:00 |
|
|
|
2132b1d904
|
update developer reference text
|
2022-10-24 11:08:26 -04:00 |
|
|
|
cccf3f6f78
|
change email for contacting LAMMPS developers, add to homepage checker
|
2022-10-20 20:36:03 -04:00 |
|
|
|
77fb3e8af8
|
improve error messages
|
2022-09-27 20:55:55 -04:00 |
|
|
|
90384371c0
|
this is redundant, since we set one_coeff and thus * * is required
|
2022-09-27 20:55:45 -04:00 |
|
|
|
6262f3c537
|
improve error message
|
2022-09-26 10:23:15 -04:00 |
|
|
|
67f6adebb7
|
whitespace fixup with dynamic casts
|
2022-09-10 13:26:38 -04:00 |
|
|
|
c2115c27e8
|
regularize a few citation reminders
|
2022-08-13 02:10:28 -04:00 |
|
|
|
d4ea5ca49e
|
more clang-tidy fixes after re-running it with added settings
|
2022-05-14 07:18:05 -04:00 |
|
|
|
78c10bac4a
|
clang-format update
|
2022-04-23 13:08:11 -04:00 |
|
|
|
115962db88
|
Merge branch 'develop' into remove-error-docs-in-header
|
2022-04-23 12:46:54 -04:00 |
|
|
|
79a7d2abf6
|
remove error docs from header files
|
2022-04-22 23:31:15 -04:00 |
|
|
|
69d9c5187e
|
refactor group access, enable and apply clang-format
|
2022-04-15 15:29:43 -04:00 |
|
|
|
d6f7570d57
|
avoid redundant use of boolean literals
|
2022-04-10 20:47:31 -04:00 |
|
|
|
200b4f13c7
|
use dynamic cast instead of c-style cast when casting from base type to derived class
|
2022-04-10 18:18:06 -04:00 |
|
|
|
39b316729b
|
use auto type when assigning from cast or using new
|
2022-04-10 18:16:36 -04:00 |
|
|
|
120c080fc2
|
avoid converting a null pointer to a std::string and correct error check
|
2022-03-28 15:07:23 -04:00 |
|
|
|
9920b22509
|
programming style updates
|
2022-03-28 15:06:55 -04:00 |
|
|
|
decdcd0b55
|
Revert "programming style updates"
This reverts commit 5242409ebd.
|
2022-03-08 06:15:11 -05:00 |
|
|
|
5242409ebd
|
programming style updates
|
2022-03-08 05:17:18 -05:00 |
|
|
|
369b8365bf
|
update QEQ, ASPHERE, and KIM packages to use new neighbor list request API
|
2022-03-08 05:16:55 -05:00 |
|
|
|
de4a9f268e
|
rename reverse communication calls
|
2022-02-21 21:18:28 -05:00 |
|
|
|
12d708b97c
|
Apply override to more classes
|
2022-01-21 18:24:06 -05:00 |
|
|
|
c9776dad6f
|
Apply override to Command classes
|
2022-01-20 16:35:59 -05:00 |
|
|
|
a0b25acf35
|
refactor loops using (auto var : container) syntax
|
2021-10-20 21:58:31 -04:00 |
|
|
|
85433e8bd1
|
use true/false instead of 1/0 detected and changed by clang-tidy
|
2021-10-20 12:41:02 -04:00 |
|
|
|
88631372ec
|
use nullptr instead of NULL or 0 where applicable
|
2021-10-12 21:47:02 -04:00 |
|
|
|
c341c2c6a9
|
correct platform call in kim query command
|
2021-10-02 20:00:53 -04:00 |
|
|
|
b1d65f001e
|
Merge pull request #2949 from ellio167/kim-print-dirs
Add log file printing of KIM search directories in 'kim init'
|
2021-09-26 16:34:15 -04:00 |
|
|
|
b24079fe33
|
cleaner variant of version check, add directory numbering
|
2021-09-26 11:24:03 -04:00 |
|
|
|
18a3728800
|
Adjust for kim-api bug
|
2021-09-26 08:36:02 -05:00 |
|
|
|
8769c0ae98
|
reformat strings
|
2021-09-17 22:58:17 -04:00 |
|
|
|
029fd56c2a
|
Improve style in response to Axel's suggestions
|
2021-09-17 20:17:45 -05:00 |
|
|
|
eb3e8e19c6
|
use clang-format on kim_init.cpp
|
2021-09-17 20:14:37 -05:00 |
|
|
|
2709e06d25
|
Add log file printing of KIM search directories in 'kim init'
|
2021-09-17 19:43:54 -05:00 |
|
|
|
65d8f7f964
|
use cmath header instead of math.h
|
2021-09-15 15:25:58 -04:00 |
|
|
|
09c19a936b
|
update URLs in source code and manual
|
2021-05-24 14:18:20 -04:00 |
|
|
|
7fcd449864
|
apply clang-format to all headers with some exceptions
|
2021-05-14 19:16:07 -04:00 |
|
|
|
d1941392d3
|
disable clang-format for all existing .cpp files (for now)
|
2021-05-05 23:53:38 -04:00 |
|