|
|
166301180b
|
Merge pull request #3769 from stanmoore1/kk_optimize
Kokkos package optimizations
|
2023-05-17 07:13:04 -04:00 |
|
|
|
4f57026dc0
|
whitespace
|
2023-05-16 21:15:01 -04:00 |
|
|
|
858fd4cc2c
|
Small optimization
|
2023-05-16 15:23:31 -06:00 |
|
|
|
b1ee177c0a
|
Must use local variable for lambda capture
|
2023-05-16 12:43:19 -06:00 |
|
|
|
b9256fa492
|
Reduce memory allocations
|
2023-05-16 11:09:37 -06:00 |
|
|
|
a84470383b
|
Merge pull request #3777 from ilia-nikiforov-umn/kim_adapt
Add "scale" attribute to pair_kim to be used with fix adapt
|
2023-05-16 07:08:40 -04:00 |
|
|
|
2328cae55f
|
Merge branch 'develop' of https://github.com/lammps/lammps into kk_optimize
|
2023-05-15 10:48:51 -06:00 |
|
|
|
91e0d0411b
|
one more programming style tweak
|
2023-05-15 02:04:17 -04:00 |
|
|
|
cf51c94be0
|
update unit test for presence of Pair::extract() function in pair style kim
|
2023-05-15 02:02:36 -04:00 |
|
|
|
ed958d8aed
|
Merge branch 'develop' into kim_adapt
|
2023-05-15 02:01:01 -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 |
|
|
|
2d18883e8b
|
Merge pull request #3755 from jtclemm/doc-edits
Reorganization of the programming guide
|
2023-05-13 17:22:41 -04:00 |
|
|
|
c76e85c445
|
Merge pull request #3770 from akohlmey/collected-small-fixes
Collected small fixes and updates
|
2023-05-13 15:19:13 -04:00 |
|
|
|
d6d825258e
|
Merge pull request #3771 from lammps/variable-current
Change how variables check if computes are current
|
2023-05-12 19:26:36 -04:00 |
|
|
|
8414d23c2b
|
use symbolic constants
|
2023-05-12 18:04:37 -04:00 |
|
|
|
ac4cf2dc99
|
Merge pull request #3776 from inflowencer/develop
Fixed read-in of initial electron temperature file
|
2023-05-12 18:03:50 -04:00 |
|
|
|
96af466f4a
|
as a few details to the discussion of programming languages and their standards
|
2023-05-12 15:45:55 -04:00 |
|
|
|
cd79276309
|
small formatting tweaks
|
2023-05-12 15:45:24 -04:00 |
|
|
|
aa069b2cfb
|
fix typos
|
2023-05-12 15:44:54 -04:00 |
|
|
|
9a8640ca1a
|
Merge pull request #3767 from lammps/vector-variable
Vector-style variable enhancements
|
2023-05-12 15:18:08 -04:00 |
|
|
|
0abb217d59
|
whitespace
|
2023-05-12 15:13:29 -04:00 |
|
|
|
5f34f53ab7
|
also use 1-based indexing when writing out the electron temperature
|
2023-05-12 15:06:34 -04:00 |
|
|
|
cbb0558778
|
correct comments
|
2023-05-12 15:06:03 -04:00 |
|
|
|
b54d39adf9
|
minor editing changes
|
2023-05-12 11:18:07 -06:00 |
|
|
|
f1a3d0ce5a
|
whitespace
|
2023-05-12 11:14:34 -04:00 |
|
|
|
9ef4d7f320
|
allow internal variables in reset_atoms to be used before first run
|
2023-05-12 09:06:29 -06:00 |
|
|
|
54b2a5c17a
|
allow internal variables in reset_atoms to be used before first run
|
2023-05-12 09:04:42 -06:00 |
|
|
|
dd3d4e2b50
|
bump minimum requirement for building docs to python 3.8
|
2023-05-10 19:09:13 -04:00 |
|
|
|
4c65aa572d
|
Prefer custom python interpreter set via -DPython_EXECUTABLE if possible
|
2023-05-10 18:48:47 -04:00 |
|
|
|
7c4883704c
|
upgrade sphinx-tabs
|
2023-05-10 18:46:55 -04:00 |
|
|
|
f74947a359
|
Fixed read-in of initial electron temperature file
|
2023-05-10 15:15:10 -07:00 |
|
|
|
a92e0030e8
|
whitespace
|
2023-05-10 17:24:29 -04:00 |
|
|
|
d2361ffe7d
|
add workaround for reset_atoms image
|
2023-05-10 17:23:34 -04:00 |
|
|
|
f015aaff84
|
compile time compatibility with swig 4.1
|
2023-05-10 16:54:05 -04:00 |
|
|
|
9890987eec
|
Merge remote-tracking branch 'github/develop' into variable-current
|
2023-05-10 16:53:49 -04:00 |
|
|
|
ee5a300643
|
updated doc for kim adapt
|
2023-05-09 09:24:53 -05:00 |
|
|
|
4c51264b15
|
explain how to keep pairs in the neighbor list even if the scaling factor should be 0.0
|
2023-05-09 08:24:02 -04:00 |
|
|
|
c54ff43806
|
compile time compatibility with swig 4.1
|
2023-05-09 02:59:12 -04:00 |
|
|
|
9512568fd8
|
improve pair_coeff error message for pair styles derived from PairHybrid
|
2023-05-09 02:40:55 -04:00 |
|
|
|
a6310f170a
|
streamlined scaling implementation
|
2023-05-08 18:37:51 -05:00 |
|
|
|
820899cd5e
|
use more obvious pair style dpd thermostat examples
|
2023-05-08 11:51:30 -04:00 |
|
|
|
200f740c06
|
update variable doc page to explain new behavior
|
2023-05-08 09:48:27 -06:00 |
|
|
|
fceff845c7
|
Merge pull request #3754 from kawai125/bugfix-fix_ttm_mod-read_electron_temperatures
fix ttm_mod
|
2023-05-08 11:02:14 -04:00 |
|
|
|
49ac79fcdd
|
change error checks for computes that are not current
|
2023-05-08 08:55:40 -06:00 |
|
|
|
abe238ce61
|
use correct spelling for semicolon
|
2023-05-08 05:54:33 -04:00 |
|
|
|
a6f60405b6
|
resolve formatting issues and add a few style tweaks from languagetool.org
|
2023-05-08 05:52:18 -04:00 |
|
|
|
69f60c5222
|
bugfix in fix_ttm
|
2023-05-08 10:36:29 +09:00 |
|
|
|
8ed42f6e4b
|
remove unused communication API
|
2023-05-07 21:36:29 -04:00 |
|
|
|
7342f27fb1
|
clarify download info
|
2023-05-06 22:40:58 -04:00 |
|