|
|
647c5e3572
|
apply clang-format
|
2022-10-03 23:19:59 -04:00 |
|
|
|
3374435281
|
add note that integer sizes can be queried without a LAMMPS handle
|
2022-10-03 23:19:05 -04:00 |
|
|
|
af3d618f47
|
complete implementation of looking up last error message and include test
|
2022-10-03 23:18:44 -04:00 |
|
|
|
ed8e317ef6
|
Added quartic function for explicit pair interaction in pair_style list.
|
2022-10-04 10:40:32 +08:00 |
|
|
|
fcf415d0b1
|
Skipped scatter/gather tests when sizeof(tagint) is 8
|
2022-10-03 18:01:33 -05:00 |
|
|
|
a9ba96252a
|
Added warning message if we ever assign to a too-short string; fixed array-reference typo that -f2003 helped catch
|
2022-10-03 17:44:09 -05:00 |
|
|
|
ef3b01f340
|
add neighbor list access tests. now we can always test for a full list.
|
2022-10-03 18:14:08 -04:00 |
|
|
|
02158516f2
|
use large string buffers to avoid truncation
|
2022-10-03 17:58:14 -04:00 |
|
|
|
bb6a118006
|
refactor for simpler flow of control. apply clang-format.
|
2022-10-03 16:31:23 -04:00 |
|
|
|
aff58465f2
|
Reimplemented absolute_path using platform::path_join for portability
|
2022-10-03 15:15:15 -05:00 |
|
|
|
2d3e4fdd9a
|
make MDI package cmake config compatible with multi-config builders
|
2022-10-03 16:07:00 -04:00 |
|
|
|
840e3398b8
|
silence warning with CMake 3.24 and later
|
2022-10-03 16:06:59 -04:00 |
|
|
|
21aded5e4e
|
silence compiler warning
|
2022-10-03 15:14:54 -04:00 |
|
|
|
82bf23401f
|
Fix whitespace
|
2022-10-03 12:45:18 -06:00 |
|
|
|
981f75d92f
|
Example in docs
|
2022-10-03 12:40:05 -06:00 |
|
|
|
c82fdd4898
|
Add docs
|
2022-10-03 11:57:47 -06:00 |
|
|
|
ba27ecf610
|
Add optional full flag to pair_zero
|
2022-10-03 11:53:41 -06:00 |
|
|
|
ccdcae0a99
|
fix_pair.h/cpp: remove modify_param(int, char **)
|
2022-10-03 19:47:02 +02:00 |
|
|
|
94ff9cea4c
|
Revert "update documentation: explain fix_modify pair every N"
This reverts commit 2f231bcd50.
|
2022-10-03 19:43:37 +02:00 |
|
|
|
6a2023e7df
|
spelling
|
2022-10-03 09:55:20 -04:00 |
|
|
|
d711a51657
|
Merge remote-tracking branch 'github/develop' into fortran-further-tinkering
|
2022-10-03 09:37:52 -04:00 |
|
|
|
2970a2140f
|
Merge pull request #3468 from akohlmey/collected-small-changes
Collected small changes
|
2022-10-03 09:37:29 -04:00 |
|
|
|
658df50e97
|
make getenv style variable test fully portable
|
2022-10-03 09:37:05 -04:00 |
|
|
|
ea512ce2bb
|
update comments about which files to keep synchronized for consistency
|
2022-10-03 09:22:28 -04:00 |
|
|
|
f474b67c7c
|
update swig interface file for recent changes to the library interface
|
2022-10-03 09:22:02 -04:00 |
|
|
|
dc5324c1db
|
Updated unit tests to use keepstuff; whitespace fixes
|
2022-10-02 21:26:42 -05:00 |
|
|
|
db9b59c269
|
Implemented scatter_atoms and scatter_atoms_subset + unit tests + documentation + typos/edits
|
2022-10-02 20:32:42 -05:00 |
|
|
|
c5c21bb36c
|
Implemented, tested, and documented gather_atoms and variants; added RST docs for lammps_scatter_atoms and lammps_gather_atoms and variants (library.cpp); checked for missing atom map in lammps_gather_atoms_subset; fixed bug in keepstuff.f90; fixed docs for extract_variable
|
2022-10-02 15:28:10 -05:00 |
|
|
|
d7ff6337ed
|
refactor fix ave/time to use array of struct
|
2022-10-02 14:48:53 -04:00 |
|
|
|
39ff5c5722
|
remove unused enums
|
2022-10-02 14:48:17 -04:00 |
|
|
|
c777434b72
|
use kcal consistently
|
2022-10-01 21:05:16 -04:00 |
|
|
|
39ea6ef30e
|
make \AA macro available in :math: for HTML and PDF
use the (newly redefined) \AA macro for Angstrom symbol throughout
instead of either \mathring{A} or AA
|
2022-10-01 20:58:48 -04:00 |
|
|
|
69ca7105ef
|
provide some more details about typesetting special characters and math
|
2022-10-01 20:41:48 -04:00 |
|
|
|
aac61cbabb
|
test more /chunk computes
|
2022-10-01 18:01:17 -04:00 |
|
|
|
1eedec11df
|
Merge branch 'test-compute-chunk' into collected-small-changes
|
2022-10-01 15:05:59 -04:00 |
|
|
|
3980344b67
|
add tests for compute property/chunk angmom/chunk ,com/chunk, dipole/chunk
|
2022-10-01 15:05:33 -04:00 |
|
|
|
eeff6aa06c
|
make sure to always look up the region to avoid null pointer dereference
|
2022-10-01 13:35:02 -04:00 |
|
|
|
b9cc150f44
|
add unit test for chunks
|
2022-10-01 10:39:23 -04:00 |
|
|
|
2f5e0646d9
|
Fixed typo in test_fortran_properties
|
2022-09-30 21:55:50 -05:00 |
|
|
|
27d9e313f5
|
convert compute chunk/spread/atom
|
2022-09-30 21:42:04 -04:00 |
|
|
|
da2f7f6fad
|
Forgot to put LMP_VAR_VECTOR in the documentation
|
2022-09-30 20:14:40 -05:00 |
|
|
|
9183c0e1c8
|
Removed commented-out line now that I know it works
|
2022-09-30 20:02:23 -05:00 |
|
|
|
9c314966ae
|
More spacing
|
2022-09-30 19:58:56 -05:00 |
|
|
|
eac855343f
|
Spacing
|
2022-09-30 19:54:58 -05:00 |
|
|
|
6dea4d50d6
|
Fixed oversight in edits to example in Fortran doc page
|
2022-09-30 19:51:56 -05:00 |
|
|
|
a323e09822
|
Merge branch 'lammps:develop' into fortran-further-tinkering
|
2022-09-30 19:40:32 -05:00 |
|
|
|
bbc08bbf1f
|
make capitalization consistent
|
2022-09-30 19:53:11 -04:00 |
|
|
|
953c3d0cad
|
spell check; updated false positives; whitespace
|
2022-09-30 18:50:16 -05:00 |
|
|
|
c61b356a71
|
clarify LJ energy function component of the quartic bond style
|
2022-09-30 19:48:56 -04:00 |
|
|
|
d301ff9961
|
Added set_variable and a test for it
|
2022-09-30 18:31:18 -05:00 |
|