dce1231052
add a lammps_eval() function to the C library interface and all derived wrappers
2025-01-12 00:39:18 -05:00
be596cca0c
revert setting to run flatpak builder test action only after merges
2025-01-11 19:31:31 -05:00
cf2e800aaa
extract bundle from local flatpak repo and try to install it
2025-01-11 19:20:06 -05:00
672faf9fe5
operate on "develop" branch
2025-01-11 19:06:49 -05:00
fb1c090f19
revert to lammps repo
2025-01-11 18:59:22 -05:00
cb2acb633b
update workflow
2025-01-11 18:56:59 -05:00
61c541ff92
add github action to build LAMMPS-GUI as flatpak
2025-01-11 18:47:35 -05:00
91dfa41494
Merge remote-tracking branch 'github/develop' into collected-small-changes
2025-01-11 18:17:04 -05:00
a443fe4142
Merge pull request #4433 from farrelljd-iop/angle-mwlc
...
Angle style MWLC (meltable wormlike chain)
2025-01-11 18:07:36 -05:00
b508229bd2
adapt to LAMMPS programming style
2025-01-11 18:05:16 -05:00
e3f930b33f
Merge pull request #1 from akohlmey/angle-mwlc
...
Small updates to PR #4433
2025-01-11 10:04:12 +08:00
3126482c48
update variable command tests to include whitespace
2025-01-10 20:53:24 -05:00
c4a5906382
stop checking ML-PACE with coverity scan as recent CMake changes break it
2025-01-10 20:12:09 -05:00
4f6c3d12f7
avoid variable definition error: expected 3 arguments but found N
2025-01-10 20:10:53 -05:00
6732013935
apply clang-format
2025-01-10 12:17:29 -05:00
5a0222153a
small doc updates and corrections
2025-01-10 12:15:24 -05:00
e858c8a78d
Merge branch 'develop' into angle-mwlc
2025-01-10 14:33:50 +08:00
4af328cba1
added contributing author email
2025-01-10 14:08:34 +08:00
5490336543
added a unit test
2025-01-10 14:06:00 +08:00
6bdc58baaf
improved the documentation
2025-01-10 14:05:19 +08:00
c7ae973948
more edits to angle_mwlc documentation
2025-01-10 12:02:27 +08:00
2b688bb013
replace defines with static constexpr
2025-01-09 21:32:58 -05:00
38c3477d2f
Merge pull request #4394 from rbberger/find-package-pace
...
ml-pace: allow linking to existing pace library
2025-01-09 19:41:19 -05:00
4330801a2f
Merge pull request #4429 from akohlmey/collected-small-changes
...
Collected small changes and fixes
2025-01-09 19:33:52 -05:00
a769b3d6b2
Merge branch 'develop' into collected-small-changes
2025-01-09 11:17:05 -05:00
cb930d6470
Merge pull request #4405 from tylercollins5737/develop
...
vcm example script and log added
2025-01-09 10:20:16 -05:00
9c1da4cbc9
whitespace fix in doc
2025-01-08 22:45:38 -08:00
090e55b1d8
Merge branch 'develop' into develop
2025-01-08 22:42:31 -08:00
617f798199
make sure that retstr is always initialized since it is always communicated
2025-01-09 00:37:43 -05:00
9a513ca82c
Merge remote-tracking branch 'github/develop' into collected-small-changes
2025-01-08 21:54:04 -05:00
50bda6077c
Merge pull request #4430 from akohlmey/update-linalg
...
Update linalg to version 1.4.2 corresponding to LAPACK 3.12.1
2025-01-08 21:53:33 -05:00
52d932df3b
Merge pull request #4413 from stanmoore1/kk_update_4.5.0
...
Update Kokkos library in LAMMPS to v4.5.1
2025-01-08 21:23:19 -05:00
41e7cf7879
MPI bugfix for dump netcdf from Paul Coffman
2025-01-08 21:18:03 -05:00
668435380b
Make sure that yaml-cpp::yaml-cpp exists
2025-01-08 15:41:37 -07:00
748046089c
add another couple of dependent functions
2025-01-08 16:32:56 -05:00
f3425ebfbf
add one more missing dependency
2025-01-08 16:21:08 -05:00
e7d9244184
add missing dependency
2025-01-08 16:14:28 -05:00
8ec9f37611
update linalg to version 1.4 corresponding to LAPACK 3.12.1
2025-01-08 15:52:30 -05:00
ec7be395ea
ml-pace: update tag
2025-01-08 11:48:34 -07:00
24763bfd8e
add info on how to debug if LAMMPS seems stuck
2025-01-08 12:24:13 -05:00
ae6b2d85fb
fix typo
2025-01-08 10:04:14 -05:00
cbab95e569
update for more clarity
2025-01-08 10:04:06 -05:00
1432df370b
modernize access for fixes and computes
2025-01-08 08:53:12 -05:00
613c38d9e6
replace loops with explicit iterators with c++-11 auto loops
2025-01-08 08:29:53 -05:00
d66d1a2dd2
fix indexing bug in dump vtk that would ignore the first 5 custom properties
2025-01-08 08:19:09 -05:00
42adfc1ae3
Merge remote-tracking branch 'github/develop' into collected-small-changes
2025-01-08 02:28:51 -05:00
0abb371fbe
Merge pull request #4428 from tadmor/fix-kim-single-proc-error-bug
...
Single process errors in pair style kim reported using error->one
2025-01-07 22:34:26 -05:00
a795ae35fd
Single process errors in pair style kim reported using error->one
...
Errors during a KIM compute operation that occur on a single processor were reported using error->all, which causes LAMMPS to hang when running in parallel with more than one processor. This has been fixed by replacing error->all with error->one for those cases.
2025-01-07 12:29:34 -06:00
8595d8f05c
Merge branch 'develop' of github.com:lammps/lammps into kk_update_4.5.0
2025-01-07 10:04:43 -07:00
467ceee9cb
update patch for WHAM
2025-01-04 18:18:27 -05:00