|
|
07c91f396e
|
fix out-of-bounds access bug reported in issue #4632
|
2025-06-17 16:43:07 -04:00 |
|
|
|
8f31b62e15
|
make flow of control more obvious
|
2025-06-15 17:39:06 -04:00 |
|
|
|
d5c4f9c158
|
Fixed whitespace
|
2025-04-20 11:01:38 -06:00 |
|
|
|
fc0a41fb71
|
Added atomic/energy keyword, EAM support, correct for examples/MC/in.sgcmc.eam in serial
|
2025-04-19 18:15:43 -06:00 |
|
|
|
7c2ca8c8e5
|
must not call plain ev_init() from KOKKOS without setting alloc to 0 to avoid memory leak
|
2025-04-05 01:42:18 -04:00 |
|
|
|
111817ce32
|
also print pair coeff setflag status when not all pair coeffs are set
|
2025-03-15 21:16:07 -04:00 |
|
|
|
32d0bf1bee
|
update all simple coeff messages
|
2025-02-03 12:13:52 -07:00 |
|
|
|
e4dbfee498
|
replace fmt::print() with utils::print()
|
2025-01-23 00:11:31 -05:00 |
|
|
|
0501f76fcf
|
follow LAMMPS programming style more closely
|
2025-01-18 11:37:53 -05:00 |
|
|
|
8dd655dd1c
|
Merge branch 'develop' into type-labels-for-pair_style_commands
|
2024-08-13 16:19:44 -04:00 |
|
|
|
c4510ba1ed
|
type label support for pair_write
|
2024-08-06 23:51:49 -04:00 |
|
|
|
a905c9fd32
|
make sure virial array is initialized in the constructor to avoid uninitialized access
|
2024-08-02 17:18:09 -04:00 |
|
|
|
235372d6e8
|
Fuse some Kokkos kernels to reduce launch latency for small systems
|
2023-04-28 14:40:59 -06:00 |
|
|
|
9b9b14e614
|
add mechanism to record when Pair::ev_tally() was called and the corresponding callback functions
|
2023-04-26 14:49:57 -04:00 |
|
|
|
4234c04e6d
|
use powint() where possible; simplify
|
2023-03-26 21:40:41 -04:00 |
|
|
|
a1a0186438
|
move initialization of all pointers to null to initializer list
|
2023-03-26 17:26:47 -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 |
|
|
|
27da716852
|
getting out of the insurance business :-)
|
2023-01-23 16:45:41 -05:00 |
|
|
|
8beb718b37
|
require a minimum of 2 values for writing tables
|
2023-01-05 23:28:20 -05:00 |
|
|
|
f2e3b22222
|
make created tables better suitable for human consumption
|
2023-01-05 22:56:08 -05:00 |
|
|
|
2e6fdf2ea3
|
improved error message
|
2022-11-25 15:31:16 -05:00 |
|
|
|
2132b1d904
|
update developer reference text
|
2022-10-24 11:08:26 -04:00 |
|
|
|
cccf3f6f78
|
change email for contacting LAMMPS developers, add to homepage checker
|
2022-10-20 20:36:03 -04:00 |
|
|
|
4bcd43ff90
|
correct pair coeff mixing diagnostic for CLASS2 pair styles
|
2022-08-28 05:55:33 -04:00 |
|
|
|
ff9c02f053
|
improved error messages in pair and input.cpp
|
2022-08-18 21:08:36 +08:00 |
|
|
|
6ffde544e1
|
Change default
|
2022-07-11 10:23:55 -06:00 |
|
|
|
31d88618c6
|
Initialize variable
|
2022-07-08 09:58:42 -06:00 |
|
|
|
de274cddef
|
Add pair_modify option to allow separate cutoffs for each neigh list with pair hybrid/overlay
|
2022-07-07 16:48:03 -06:00 |
|
|
|
ae7215037d
|
Finish porting pair MEAM to Kokkos
|
2022-07-01 11:20:51 -06:00 |
|
|
|
dcd6c18e45
|
update indent
|
2022-05-04 17:50:34 -04:00 |
|
|
|
6f2c09c187
|
Merge branch 'develop' of github.com:lammps/lammps into Elastic_stress
|
2022-03-21 10:46:53 +01:00 |
|
|
|
deb694745b
|
update neighbor list requests with default settings
|
2022-03-08 06:34:27 -05:00 |
|
|
|
a0996da644
|
apply new APIs to a few representative cases
|
2022-03-02 21:31:35 -05:00 |
|
|
|
3ff1902b57
|
Renamed born method born_matrix in all classes. Changed compute_born to compute_born_matrix. Changed the compute coding to suit the LAMMPS style rules better.
|
2022-01-21 18:39:16 +01:00 |
|
|
|
f420bce07e
|
First commit of the Elastic constant computation compute modification
|
2022-01-20 09:52:24 +01:00 |
|
|
|
a5ee7ca73f
|
make certain did_mix is initialized
|
2021-12-08 00:51:04 -05:00 |
|
|
|
23d40a1d61
|
report how many pair_coeff settings parameters were generated from mixing
|
2021-11-19 13:43:32 -05:00 |
|
|
|
37bfe3d0ce
|
integrate platform sub-namespace into source code and documentation
this updates function calls to functions that have been moved from
the utils namepsace or the Info class to platform::
|
2021-10-02 16:55:11 -04:00 |
|
|
|
41a3eccd1c
|
apply utils::logical() to more commands
|
2021-09-21 07:48:50 -04:00 |
|
|
|
db76edbade
|
implement utils::current_date() convenience function to reduce replicated code
|
2021-09-18 09:05:35 -04:00 |
|
|
|
385220fd4b
|
format changes
|
2021-09-17 22:50:15 -04:00 |
|
|
|
384330aff2
|
update/correct extract function
|
2021-08-21 20:31:02 -04:00 |
|
|
|
e29577634d
|
fix whitespace
|
2021-07-12 16:23:45 -04:00 |
|
|
|
f4239530bd
|
recover virial and nofdotr related changes by @athomps and @akohlmey
|
2021-07-12 15:58:27 -04:00 |
|
|
|
5e096a7f9f
|
correct ev_tally4() for pair_modify nofdotr
|
2021-07-11 16:04:17 -04:00 |
|
|
|
0dcca23cdb
|
whitespace
|
2021-07-11 09:22:38 -04:00 |
|
|
|
50da38722a
|
make airebo compatible with pair_modify nofdotr
|
2021-07-11 08:47:30 -04:00 |
|
|
|
f82096c46c
|
correct nofdotr handling for tersoff styles
|
2021-07-11 00:55:22 -04:00 |
|
|
|
878795e64a
|
bulk rename of remaining USER- packages
|
2021-06-29 20:12:59 -04:00 |
|
|
|
09c19a936b
|
update URLs in source code and manual
|
2021-05-24 14:18:20 -04:00 |
|