|
|
91931f0ea2
|
Merge remote-tracking branch 'github/develop' into collected-small-fixes
# Conflicts:
# doc/src/Tools.rst
|
2024-07-23 17:04:36 -04:00 |
|
|
|
9fd21fa065
|
Remove lammps-shell tool as it has been superseded by LAMMPS-GUI
|
2024-07-22 06:43:10 -04:00 |
|
|
|
4daba292d7
|
add unit tests for library interface function lammps_extract_pair() and python equivalent
|
2024-07-16 18:30:45 -04:00 |
|
|
|
d7792956d6
|
bugfix for unittest/fortran/wrap_configuration.cpp
|
2024-07-15 17:47:22 -04:00 |
|
|
|
046f57625a
|
Merge branch 'develop' into collected-small-changes
|
2024-07-15 13:10:35 -04:00 |
|
|
|
58513320d3
|
core files: replace sprintf with snprintf
|
2024-07-13 15:33:56 -06:00 |
|
|
|
47af1775c2
|
update test since we have now one invocation also during setup
|
2024-07-11 15:02:03 -04:00 |
|
|
|
fdf9ffee73
|
use auto for type
|
2024-07-06 00:52:27 -04:00 |
|
|
|
f05c87cd43
|
use proper const qualifier
|
2024-07-05 21:31:52 -04:00 |
|
|
|
a3bacfca65
|
more unit tests for tokenizer functions constains() and matches()
|
2024-07-05 18:55:55 -04:00 |
|
|
|
8fcde04097
|
add a "matches()" method to the Tokenizer and ValueTokenizer classes using utils::strmatch()
|
2024-07-05 15:45:49 -04:00 |
|
|
|
da2bd44b73
|
modernize and reformat with clang-tidy and clang-format
|
2024-07-04 11:17:54 -04:00 |
|
|
|
dc07a75011
|
whitespace
|
2024-06-30 18:36:18 -04:00 |
|
|
|
d75e66dc71
|
add unit tests for lammps_extract_variable()
|
2024-06-30 18:32:37 -04:00 |
|
|
|
246698d3c2
|
Timer::_timeout should be double and it should be allowed to have fractions.
|
2024-06-29 03:43:26 -04:00 |
|
|
|
e3fb1f24bd
|
Merge branch 'develop' into collected-small-changes
|
2024-06-25 19:41:45 -04:00 |
|
|
|
03695ac9b1
|
remove temporary files
|
2024-06-25 19:39:48 -04:00 |
|
|
|
01a85639f9
|
Merge branch 'develop' into kokkospod
|
2024-06-23 03:56:39 -04:00 |
|
|
|
fb529bb9e8
|
trigger calling Fix::reset_dt() which may cause segfaults with respa
|
2024-06-22 20:04:40 -04:00 |
|
|
|
9dc85dec54
|
apply clang-format
|
2024-06-22 20:04:09 -04:00 |
|
|
|
5693c8ac33
|
modernize fix instance lookup
|
2024-06-22 20:03:14 -04:00 |
|
|
|
778d11c79e
|
Merge remote-tracking branch 'github/develop' into collected-small-changes
|
2024-06-19 14:46:04 -04:00 |
|
|
|
629a9cbe3d
|
Merge pull request #4188 from Eddy-Barraud/dpd_charged
add pair styles dpd/coul/slater/long and dpd/coul/slater/long/gpu
|
2024-06-19 13:50:46 -04:00 |
|
|
|
c4f5605518
|
Merge pull request #4197 from rbberger/library_interface_update
library: add comm->procgrid to extract_global
|
2024-06-19 12:04:07 -04:00 |
|
|
|
ef902b03f9
|
Merge branch 'develop' into collected-small-changes
|
2024-06-19 12:02:56 -04:00 |
|
|
|
4e0bf6137d
|
Merge pull request #4110 from uf3/ml-uf3
Implementation of pair_style uf3 and uf3/kk
|
2024-06-19 11:43:32 -04:00 |
|
|
|
0aff26705c
|
correct force style input
|
2024-06-19 10:40:19 -04:00 |
|
|
|
83a024b26b
|
add force style test
|
2024-06-18 21:41:34 -04:00 |
|
|
|
2a132dfe8f
|
add tests for PyLammps to check new exports
|
2024-06-18 21:13:33 -04:00 |
|
|
|
19a8313578
|
switch proc_grid to procgrid with backward compatibility for PyLammps
|
2024-06-18 21:13:14 -04:00 |
|
|
|
d2ea3b1ac5
|
add some tests for new features
|
2024-06-15 08:28:52 -04:00 |
|
|
|
f442cb4f65
|
add unit tests for pair style hybrid/molecular
|
2024-06-09 11:44:35 -04:00 |
|
|
|
d1978dd136
|
support writing data files with PairIJ sections for all generic testers
|
2024-06-04 21:57:18 -04:00 |
|
|
|
f5253eb926
|
Merge pull request #4174 from akohlmey/atom-map-library-interface
Add support for extracting a few more properties and the Atom::map() function to the library interface
|
2024-06-04 13:23:31 -06:00 |
|
|
|
8ea31bb5c8
|
add some unit tests for python wrapper of lammps_map_atom()
|
2024-05-25 05:59:25 -04:00 |
|
|
|
3701d330c4
|
add unit test for new library function and settings
|
2024-05-24 23:03:53 -04:00 |
|
|
|
371ec2036f
|
support trailing brackets for sort() and rsort()
|
2024-05-23 01:24:41 -04:00 |
|
|
|
c95389d58c
|
add unit tests for sort() and rsort() special function
|
2024-05-22 23:57:13 -04:00 |
|
|
|
2fbfa623cd
|
fix fdotr and update the force-styles unittest
|
2024-05-22 23:56:16 -04:00 |
|
|
|
9e755cd0af
|
Merge branch 'lammps:develop' into ml-uf3
|
2024-05-13 15:10:58 -04:00 |
|
|
|
400070d038
|
catch command errors
|
2024-04-22 21:28:56 -04:00 |
|
|
|
f66ae5c285
|
output verbose info
|
2024-04-22 21:23:42 -04:00 |
|
|
|
42a4e63061
|
Merge branch 'lammps:develop' into ml-uf3
|
2024-04-17 16:45:33 -04:00 |
|
|
|
27266e72c4
|
Merge pull request #3984 from lammps/general-triclinic
Add suppport for general triclinic simulation boxes and systems
|
2024-04-16 21:04:59 -04:00 |
|
|
|
f6c8bd1178
|
Updated pair_coeff in unittest to read only one potential file; added Nb.uf3 unified potential file
|
2024-04-15 10:51:39 -04:00 |
|
|
|
01b1d047a2
|
Merge branch 'lammps:develop' into ml-uf3
|
2024-04-13 18:56:07 -04:00 |
|
|
|
5af3626cf7
|
adjust test coeffs to be numerically stable
|
2024-04-13 11:43:30 -04:00 |
|
|
|
17d04ce41a
|
Merge remote-tracking branch 'github/develop' into restricted-angle
|
2024-04-13 02:45:53 -04:00 |
|
|
|
b36f49c34c
|
adjust epsilon for arm64 platform
|
2024-04-10 18:05:21 -04:00 |
|
|
|
dbb23b6006
|
Merge branch 'develop' into pedone-potentials
|
2024-04-10 18:02:31 -04:00 |
|