|
|
b9f5bb60e9
|
Fix layout
|
2022-02-18 08:08:48 -07:00 |
|
|
|
4e03589cee
|
use symbolic constants and fix out of bound accesses
|
2022-02-18 05:07:18 -05:00 |
|
|
|
9151a2e820
|
address unititialized data warnings from coverity scan
|
2022-02-18 04:46:30 -05:00 |
|
|
|
2aff105124
|
nicer shake stats output
|
2022-02-18 04:24:27 -05:00 |
|
|
|
537e3f2539
|
silence compiler warnings
|
2022-02-17 23:13:13 -05:00 |
|
|
|
d14035eb6b
|
Fix bug
|
2022-02-17 20:59:36 -07:00 |
|
|
|
da3c3723bd
|
add code to print warning if qeq fix is appled to a non-neutral group. document.
|
2022-02-17 22:51:49 -05:00 |
|
|
|
0cb45ebd6b
|
Kokkos QEq refactor
|
2022-02-17 16:25:02 -07:00 |
|
|
|
01bbb28418
|
Merge pull request #3135 from akohlmey/next_patch_release
Step version strings for the next patch release
|
2022-02-17 15:05:43 -05:00 |
|
|
|
7fe194e59e
|
Merge pull request #3136 from rbberger/collected-small-changes
Collected small changes
|
2022-02-17 13:20:51 -05:00 |
|
|
|
7b948e7bb8
|
Bug fix for Intel package skip lists with multiple runs.
|
2022-02-17 09:37:01 -08:00 |
|
|
|
12eeaee8a4
|
Correct bug in PairHybridScaled::single
|
2022-02-16 13:48:10 -05:00 |
|
|
|
78b123fa4d
|
apply new convention for virtual functions and disable single() functions (for now)
|
2022-02-16 06:50:26 -05:00 |
|
|
|
47bb5f5ccd
|
use a local std::map with initializer to have variant specific strings
|
2022-02-16 06:36:17 -05:00 |
|
|
|
08968cbdbf
|
apply clang-format
|
2022-02-16 06:14:19 -05:00 |
|
|
|
32cde04000
|
Merge branch 'develop' into ilp-for-tmds
|
2022-02-16 06:04:34 -05:00 |
|
|
|
6d2f4343d9
|
Merge pull request #3133 from stanmoore1/kk_error
Add error if using multiple threads with Kokkos Serial backend
|
2022-02-15 22:25:04 -05:00 |
|
|
|
a7939b582a
|
step version strings for the next patch release
|
2022-02-15 22:10:06 -05:00 |
|
|
|
d4bbb31270
|
Improve error check
|
2022-02-15 16:04:23 -07:00 |
|
|
|
ae72356961
|
Removed unnecessary declarations in compute_born_matrix numdiff part. Commented virial_addon method.
|
2022-02-15 23:26:40 +01:00 |
|
|
|
f53fbf09a6
|
Fix memory leak in FixBondReact
|
2022-02-15 15:51:48 -05:00 |
|
|
|
d9e06e326a
|
Merge branch 'develop' of github.com:lammps/lammps into kk_error
|
2022-02-15 12:11:52 -07:00 |
|
|
|
3b359a0d81
|
Merge branch 'develop' of https://github.com/lammps/lammps into amd_hip_opt
|
2022-02-15 12:08:03 -07:00 |
|
|
|
c2d59d5d5e
|
Add error if using multiple threads with Kokkos Serial backend
|
2022-02-15 11:52:59 -07:00 |
|
|
|
2f281b3184
|
Merge branch 'develop' of github.com:lammps/lammps into Elastic_stress
|
2022-02-15 16:19:03 +01:00 |
|
|
|
618b3ec94f
|
Merge pull request #3131 from akohlmey/lammps-cxx-style
More general LAMMPS code design info for the Programmer guide section of the manual
|
2022-02-14 18:13:32 -05:00 |
|
|
|
702a2dd3f6
|
Merge pull request #3130 from akohlmey/iwyu-update
Update list of include statements based on the IWYU utility
|
2022-02-14 17:25:32 -05:00 |
|
|
|
f84790ba62
|
add a more specific example to explain how values are rejected and how atoi() fails
|
2022-02-14 15:52:33 -05:00 |
|
|
|
374a172246
|
Changed "exclude" keyword to "overlap"
+ added new error description to header file
+ minor fix in the doc file
|
2022-02-14 12:46:44 +01:00 |
|
|
|
3bc91386a0
|
apply include statement updates suggested by running IWYU
|
2022-02-13 19:39:15 -05:00 |
|
|
|
b42aebc197
|
silence compiler warnings
|
2022-02-13 18:19:50 -05:00 |
|
|
|
eb2fe7d982
|
correct inconsistent prototypes
|
2022-02-11 23:37:40 -05:00 |
|
|
|
922b240678
|
Interlayer Potential for TMDs and Metal Surfaces
|
2022-02-12 06:05:11 +02:00 |
|
|
|
81587527fe
|
Merge pull request #3120 from rbberger/collected_small_changes
Collected small changes
|
2022-02-11 20:26:10 -05:00 |
|
|
|
de08307aba
|
Merge pull request #3124 from akohlmey/hide-factory-symbols
Reduce number of visible symbols in LAMMPS library by removing factory function templates from class definition
|
2022-02-11 20:23:52 -05:00 |
|
|
|
54f975ff52
|
Merge pull request #3123 from stanmoore1/reax_error
Remove incorrect error check in ReaxFF
|
2022-02-11 19:34:53 -05:00 |
|
|
|
df02598fc1
|
convert one more factory template
|
2022-02-11 18:38:36 -05:00 |
|
|
|
6a0e93a18a
|
convert more style_creators to use local static functions
|
2022-02-11 18:29:52 -05:00 |
|
|
|
5ab9b46b67
|
enable and apply clang-format
|
2022-02-11 18:04:46 -05:00 |
|
|
|
a4244eb7ff
|
apply simplification suggested by @rbberger
|
2022-02-11 17:57:30 -05:00 |
|
|
|
04cff0b47b
|
remove make factory function templates from class and make them static functions
|
2022-02-11 16:00:12 -05:00 |
|
|
|
5ba2fc7958
|
Merge branch 'reax_error' of github.com:stanmoore1/lammps into amd_hip_opt
|
2022-02-11 13:56:52 -07:00 |
|
|
|
fbd4d4b9c3
|
Merge branch 'develop' of github.com:lammps/lammps into amd_hip_opt
|
2022-02-11 13:56:38 -07:00 |
|
|
|
a8dbb3a172
|
Remove incorrect error check in ReaxFF
|
2022-02-11 13:39:24 -07:00 |
|
|
|
ecd072a286
|
address spelling issues
|
2022-02-11 09:03:59 -05:00 |
|
|
|
1f6c4089bd
|
remove some more dead code in CG-DNA package
|
2022-02-11 07:41:09 -05:00 |
|
|
|
397889e697
|
Modifications to virial addon contributions
|
2022-02-10 19:55:23 -07:00 |
|
|
|
d750ef4890
|
simplify
|
2022-02-10 20:39:36 -05:00 |
|
|
|
c32dca2009
|
avoid failures with "most" presets
|
2022-02-10 20:11:27 -05:00 |
|
|
|
4ea4bee30c
|
apply virtual and override keywords consistently
|
2022-02-10 16:55:35 -05:00 |
|