|
|
2b9962ea68
|
Bugfix amoeba doc header
|
2023-03-28 11:15:29 +02:00 |
|
|
|
53c452506f
|
Merge pull request #3705 from akohlmey/collected-small-fixes
Collected small fixes and updates
|
2023-03-27 21:34:04 -04:00 |
|
|
|
89ceb1688f
|
Merge pull request #3712 from stanmoore1/kk_pppm
Remove duplicated code in Kokkos PPPM
|
2023-03-27 21:23:00 -04:00 |
|
|
|
28acbdb4fc
|
Also rename function to prevent future bugs
|
2023-03-27 16:53:23 -06:00 |
|
|
|
165b40b22a
|
Remove duplicated code in Kokkos PPPM
|
2023-03-27 16:29:17 -06:00 |
|
|
|
47e3230186
|
apply logic fix from @jtclemm
|
2023-03-27 15:52:52 -04:00 |
|
|
|
b8ff478d78
|
Merge pull request #3709 from GenieTim/minor-fixes-pr-27032023
Minor fixes that might be of interest...
|
2023-03-27 11:45:06 -04:00 |
|
|
|
8e8bb0d2b3
|
Document the useage of variable vectors in fix ave/correlate/long
|
2023-03-27 09:11:52 +02:00 |
|
|
|
58b9466852
|
Fix typo in berendsen
|
2023-03-27 09:10:00 +02:00 |
|
|
|
0334dcaf57
|
Fix issue where after expanding wrong argument errors were thrown
|
2023-03-27 09:09:44 +02:00 |
|
|
|
317ce28538
|
ensure that the atom map is initialized. Fixes #3708
|
2023-03-27 02:53:27 -04:00 |
|
|
|
bc5e45af6c
|
remove redundant line
|
2023-03-26 23:22:13 -04:00 |
|
|
|
4244e458f5
|
silence compiler warnings about unused variables and parameters
|
2023-03-26 21:50:29 -04:00 |
|
|
|
584f526e71
|
use emplace instead of push
|
2023-03-26 21:40:49 -04:00 |
|
|
|
4234c04e6d
|
use powint() where possible; simplify
|
2023-03-26 21:40:41 -04:00 |
|
|
|
0d8623c3f2
|
simplified logic from clang-tidy
|
2023-03-26 21:33:37 -04:00 |
|
|
|
7787734496
|
move check for non-ellipsoid atoms to compute function so it is compatible with hybrid pair styles
|
2023-03-26 17:28:18 -04:00 |
|
|
|
a1a0186438
|
move initialization of all pointers to null to initializer list
|
2023-03-26 17:26:47 -04:00 |
|
|
|
d31f754451
|
simplify
|
2023-03-26 17:26:03 -04:00 |
|
|
|
6facb8d424
|
use override instead of virtual as per style conventions
|
2023-03-26 17:19:33 -04:00 |
|
|
|
5390b2b0aa
|
fix typo in test
|
2023-03-25 22:01:17 -04:00 |
|
|
|
41e13e99fb
|
avoid uninitialized data access
|
2023-03-25 21:50:02 -04:00 |
|
|
|
e446b950d9
|
silence compiler warnings
|
2023-03-25 19:10:28 -04:00 |
|
|
|
315d0733f7
|
improve error messages and remove redundant fmt::format() calls
|
2023-03-25 19:07:23 -04:00 |
|
|
|
cfac692012
|
plug memory leaks in fix electrode/conp
|
2023-03-25 18:58:38 -04:00 |
|
|
|
47e3da2c7b
|
fix uninitialized data access bug
|
2023-03-25 18:09:23 -04:00 |
|
|
|
4de0cd762f
|
use powint() instead of pow() for faster and more accurate results
|
2023-03-25 10:12:05 -04:00 |
|
|
|
8cd34af4f0
|
enable and apply clang-format to a whole bunch of small .cpp files in src/
|
2023-03-25 09:59:25 -04:00 |
|
|
|
22a1cf935e
|
enable and apply clang-format, remove redundant code, improve error message for EAM potential pair styles
|
2023-03-25 06:48:59 -04:00 |
|
|
|
7edb42f190
|
remove redundant code
|
2023-03-25 06:30:30 -04:00 |
|
|
|
974d560453
|
enable and apply clang-format
|
2023-03-25 06:30:19 -04:00 |
|
|
|
19df5ff811
|
fix typo
|
2023-03-25 06:06:58 -04:00 |
|
|
|
529e81e142
|
enable and apply clang-format
|
2023-03-25 06:04:36 -04:00 |
|
|
|
1d13af8057
|
check is already done in Input::pair_coeff()
|
2023-03-25 06:04:23 -04:00 |
|
|
|
c0f0edfaba
|
tweak sphinx config that PDF and HTML manual have the same chapter numbers
|
2023-03-25 06:04:06 -04:00 |
|
|
|
ddaa008ede
|
Merge pull request #3691 from akohlmey/refactor-compute-chunk
Refactor per-chunk computes to use ComputeChunk class with shared functionality
|
2023-03-24 19:07:41 -04:00 |
|
|
|
a09013986a
|
update docs for python package installation and building of wheel file
|
2023-03-24 18:02:01 -04:00 |
|
|
|
ab48b834f7
|
refactor python module wheel building and installation to be less prone to race conditions
|
2023-03-24 17:43:52 -04:00 |
|
|
|
bd59c3ea69
|
remove dead code
|
2023-03-23 18:45:25 -04:00 |
|
|
|
1666f5f903
|
Merge branch 'develop' into refactor-compute-chunk
|
2023-03-23 18:34:00 -04:00 |
|
|
|
ee9c7cbe3a
|
Merge pull request #3701 from stanmoore1/kk_4.0_deprecated
Remove deprecated Kokkos code
|
2023-03-23 18:07:56 -04:00 |
|
|
|
47c2103930
|
Merge pull request #3652 from athomps/gcmc-region-triclinic
Moved region check from constructor to init()
|
2023-03-23 17:48:07 -04:00 |
|
|
|
5be5d8be7c
|
Merge pull request #3703 from lammps/drude-mpi-wait-error
bug fix for fix rigid nh/npt small error in MPI message sizes
|
2023-03-23 17:42:37 -04:00 |
|
|
|
51e3db6a6d
|
Updated LJ reference logfile because reported atom counts were mysteriously wrong
|
2023-03-23 14:02:40 -06:00 |
|
|
|
1ee2a7bff4
|
correct check for incompatible rigid fixes
|
2023-03-23 15:34:54 -04:00 |
|
|
|
bb1f1a7593
|
modernize check for fix drude. print warning about order of fixes with rigid.
|
2023-03-23 15:19:51 -04:00 |
|
|
|
3b3325076a
|
whitespace
|
2023-03-23 14:31:08 -04:00 |
|
|
|
d846b1b952
|
Merge branch 'develop' into drude-mpi-wait-error
|
2023-03-23 14:30:47 -04:00 |
|
|
|
92b78d6804
|
Merge pull request #3702 from lammps/voronoi-tilt-bug
bug fix for compute voronoi with triclinic simulation boxes
|
2023-03-23 14:23:14 -04:00 |
|
|
|
3da45d2f9e
|
miscount of comm forward values in fix_rigid_nh_small
|
2023-03-23 11:28:17 -06:00 |
|