|
|
bd427ecf7a
|
do not make CMAKE_CXX_FLAGS a list of springs, ends up adding ; to the flags breaking compilation
|
2025-04-19 08:57:54 +01:00 |
|
|
|
8adc2d3391
|
Update pair_lj_improved_cut.cpp
Corrected energy calculation for r-RESPA
|
2025-04-18 13:48:10 +02:00 |
|
|
|
95a0c0a69a
|
add another small optimization
|
2025-04-18 07:31:39 -04:00 |
|
|
|
f385633f97
|
Update pair_lj_improved_cut.cpp
|
2025-04-18 12:32:57 +02:00 |
|
|
|
a59a2e4dba
|
address multiple issues with formatting, references, non-ASCII characters, spelling
|
2025-04-18 00:48:28 -04:00 |
|
|
|
0895b77a93
|
replace slow pow(x,2.0) with square(x) and cache repeatedly used pow() calls
|
2025-04-18 00:36:24 -04:00 |
|
|
|
71da769b11
|
add force style test
|
2025-04-18 00:35:01 -04:00 |
|
|
|
9a08f7b23b
|
add test for indented output
|
2025-04-17 16:26:03 -04:00 |
|
|
|
bd34c5f315
|
Update .gitignore
|
2025-04-17 22:14:38 +02:00 |
|
|
|
18dca0eeb1
|
Update pair_lj_improved_cut.rst
|
2025-04-17 21:58:50 +02:00 |
|
|
|
942e77d976
|
Update and rename pair_ilj_cut.rst to pair_lj_improved_cut.rst
|
2025-04-17 21:57:18 +02:00 |
|
|
|
25fd039457
|
Add files via upload
|
2025-04-17 21:52:52 +02:00 |
|
|
|
96f7dc79cc
|
Delete src/EXTRA-PAIR/pair_ilj_cut.h
|
2025-04-17 21:51:48 +02:00 |
|
|
|
8ef9759856
|
Delete src/EXTRA-PAIR/pair_ilj_cut.cpp
|
2025-04-17 21:51:33 +02:00 |
|
|
|
e1e87cc9ef
|
Fixing indexing error in fix rheo arg parsing
|
2025-04-17 13:49:36 -06:00 |
|
|
|
e7a8cc6646
|
Update .gitignore
|
2025-04-17 21:29:30 +02:00 |
|
|
|
80361d0bd6
|
Merge branch 'lammps:develop' into lj/improved/cut
|
2025-04-17 21:25:20 +02:00 |
|
|
|
7806244713
|
Update pair_style.rst
|
2025-04-17 21:09:43 +02:00 |
|
|
|
e15e7f699e
|
Update Commands_pair.rst
|
2025-04-17 21:05:58 +02:00 |
|
|
|
6e2d7f48d7
|
alternate approach to include header from thirdparty dir
|
2025-04-17 14:10:03 -04:00 |
|
|
|
51aa87d4ce
|
Merge remote-tracking branch 'github/develop' into collected-small-fixes
|
2025-04-17 13:58:14 -04:00 |
|
|
|
7ca493917a
|
Merge pull request #4542 from akohlmey/add-json-lib
Integrate header-only JSON library
|
2025-04-17 13:56:16 -04:00 |
|
|
|
5938dee2d9
|
Delete doc/pair_ilj_cut.html
|
2025-04-17 18:44:31 +02:00 |
|
|
|
854e9c7a19
|
Merge branch 'develop' into ILJ/CUT
|
2025-04-17 18:31:59 +02:00 |
|
|
|
a7760e82e1
|
Merge pull request #4536 from akohlmey/remove-cmake-tune-flags
Remove CMAKE_TUNE_FLAGS
|
2025-04-17 11:02:04 -04:00 |
|
|
|
0f80a5c93d
|
Add files via upload
|
2025-04-17 14:06:57 +02:00 |
|
|
|
82bb366126
|
Delete doc/pair_ilj_cut.rst
|
2025-04-17 14:06:14 +02:00 |
|
|
|
ab75943e39
|
Add files via upload
|
2025-04-17 14:02:32 +02:00 |
|
|
|
ae19abdd7a
|
Add files via upload
|
2025-04-17 14:01:14 +02:00 |
|
|
|
27d8e103eb
|
move json.hpp class to thirdparty folder and add wrapper for use with LAMMPS
|
2025-04-16 15:54:59 -04:00 |
|
|
|
a9fe42bea4
|
fix bug reported in issue #4551
|
2025-04-16 06:21:11 -04:00 |
|
|
|
5d9a7d154d
|
address spelling and formatting issues
|
2025-04-15 22:48:25 -04:00 |
|
|
|
4553108035
|
add minimal unit test for JSON class
|
2025-04-15 22:11:44 -04:00 |
|
|
|
c4c76dd96c
|
catch JSON library exceptions
|
2025-04-15 21:31:03 -04:00 |
|
|
|
b131659a43
|
modify include guard and namespace to avoid clashes with the original version
|
2025-04-15 21:31:03 -04:00 |
|
|
|
d2d7248e3a
|
import original version 3.11.3 files
|
2025-04-15 21:31:03 -04:00 |
|
|
|
49d5e02c11
|
Variable name change, fixing some spacing/typos
|
2025-04-15 17:34:46 -06:00 |
|
|
|
0c29a0a0c9
|
changed damp_type to be a mdr damping coefficent
|
2025-04-15 13:55:38 -04:00 |
|
|
|
4bfdd3eb34
|
Remove trailing whitespace
|
2025-04-14 16:22:11 -06:00 |
|
|
|
51de62ce05
|
Reconcile version changes to documentation and polish
|
2025-04-14 15:58:19 -06:00 |
|
|
|
703750f4c8
|
Merge branch 'kmc' of https://github.com/jtavenner-dev/lammps into kmc
|
2025-04-14 15:57:16 -06:00 |
|
|
|
a3bc1a6c0b
|
Merge branch 'lammps:develop' into kmc
|
2025-04-14 15:52:23 -06:00 |
|
|
|
ca246a50f1
|
Merge branch 'develop' of https://www.github.com/lammps/lammps into kmc
|
2025-04-14 15:37:47 -06:00 |
|
|
|
3a6ea0808d
|
Merged changes to documentation for further user clarity
|
2025-04-14 15:36:33 -06:00 |
|
|
|
e4c3b0c05e
|
New example and log files
|
2025-04-14 11:33:02 -07:00 |
|
|
|
689b542da6
|
make minimize work with KOKKOS package without -suffix or suffix command
|
2025-04-14 10:59:54 -04:00 |
|
|
|
b081d289c1
|
Merge pull request #4546 from akohlmey/lammps-gui-enhancements
LAMMPS-GUI enhancements
|
2025-04-14 10:49:54 -04:00 |
|
|
|
0b0383bc64
|
Merge pull request #4548 from jrgissing/bond/react-create+rate_limit_bugfix
bond/react: refactor reaction counting
|
2025-04-14 09:38:10 -04:00 |
|
|
|
7be6e95647
|
Rephrasing suggested by @simongravelle
|
2025-04-14 06:28:29 -04:00 |
|
|
|
31df721767
|
update documentation
|
2025-04-13 20:01:06 -04:00 |
|