|
|
5ce536f2e9
|
Update constant names
|
2020-11-16 11:03:18 -05:00 |
|
|
|
1ba9dd7435
|
Apply CENTROID_* constants
|
2020-11-16 11:01:31 -05:00 |
|
|
|
c0f3697d9e
|
Undo value changes for CENTROID constants
|
2020-11-16 10:51:56 -05:00 |
|
|
|
f3bc76d6a4
|
Add CENTROID enum and rename some constants
|
2020-11-16 10:35:42 -05:00 |
|
|
|
dd23db9369
|
standardize flags for energy/virial computations in forces
|
2020-11-16 08:13:33 -07:00 |
|
|
|
348afb6867
|
correct cutsq check in proper place
|
2020-11-14 17:27:49 -05:00 |
|
|
|
d287e11610
|
clarify docs
|
2020-11-14 16:04:39 -05:00 |
|
|
|
8b9f2e0539
|
molecule: add atom ID completeness check
|
2020-11-14 15:51:26 -05:00 |
|
|
|
8e3a556461
|
Merge pull request #109 from lammps/master
rebase
|
2020-11-14 13:52:16 -05:00 |
|
|
|
af179f9901
|
yaml file for angle gaussian
|
2020-11-14 17:20:13 +01:00 |
|
|
|
80d9b22105
|
yaml file for bond gaussian
|
2020-11-14 16:52:26 +01:00 |
|
|
|
aaae3da12a
|
Update comment
|
2020-11-13 17:52:37 -05:00 |
|
|
|
4b136d9eeb
|
Merge pull request #2482 from stanmoore1/kk_fft_bugfix
Fix memory bug in Kokkos KISS FFT
|
2020-11-13 17:45:59 -05:00 |
|
|
|
4a8c458634
|
Update comment
|
2020-11-13 17:21:41 -05:00 |
|
|
|
7500d902da
|
Shorten constant names and move to force.h
|
2020-11-13 17:15:40 -05:00 |
|
|
|
bfd71f330b
|
Simplify other AtomStyles tests
|
2020-11-13 17:03:52 -05:00 |
|
|
|
5d79ba12d7
|
Use macro for better message during failure
|
2020-11-13 15:14:40 -05:00 |
|
|
|
a48f463faf
|
Fix memory bug in Kokkos KISS FFT
|
2020-11-13 13:12:50 -07:00 |
|
|
|
504e675023
|
Splitting up long test methods
|
2020-11-13 13:21:49 -05:00 |
|
|
|
76e3639db2
|
Set molindex_flag and molatom_flag
|
2020-11-13 13:11:50 -05:00 |
|
|
|
e6c844d719
|
Simplify template and template_charge test cases
|
2020-11-13 13:11:16 -05:00 |
|
|
|
00557e00a4
|
Add AtomState struct and ASSERT helpers
|
2020-11-13 12:35:25 -05:00 |
|
|
|
c013e6db10
|
revert cutoff check
add temporary fix for hybrid pair_style
|
2020-11-13 00:50:01 -05:00 |
|
|
|
a2d7def363
|
Merge pull request #2410 from julient31/exchange-biquadratic
Adding a new pair style in SPIN package
|
2020-11-12 15:58:16 -05:00 |
|
|
|
d5169a9dc2
|
Add Python unit tests for extract_box and reset_box
|
2020-11-12 12:29:13 -05:00 |
|
|
|
47a5d47582
|
Merge branch 'exchange-biquadratic' of https://github.com/julient31/lammps into exchange-biquadratic
|
2020-11-12 09:45:03 -07:00 |
|
|
|
497f0dd593
|
Removing binder and m2,m4 declarations from compute/spin
|
2020-11-12 09:43:38 -07:00 |
|
|
|
aadc668771
|
Fix pair_spin_exchange doc page title
|
2020-11-12 11:04:11 -05:00 |
|
|
|
c407d547cd
|
Whitespace
|
2020-11-12 10:54:20 -05:00 |
|
|
|
e7ccbd0ce6
|
Replace NULL with nullptr
|
2020-11-12 10:44:04 -05:00 |
|
|
|
3991f704e1
|
Fix whitespace errors
|
2020-11-12 10:42:09 -05:00 |
|
|
|
724a9978c8
|
Merge branch 'master' into exchange-biquadratic
|
2020-11-12 10:39:10 -05:00 |
|
|
|
b3181a1fa3
|
Merge pull request #2476 from akohlmey/download-libyaml
Add CMake code to download and compile a suitable version of libyaml in case it is not found locally
|
2020-11-12 10:25:39 -05:00 |
|
|
|
edb09b8bdd
|
Merge pull request #2474 from GenieTim/master
Fix typos in documentation
|
2020-11-12 10:25:22 -05:00 |
|
|
|
39bc47a4da
|
Fix inconsistent formatting in Error & Warning doc
|
2020-11-12 13:35:04 +01:00 |
|
|
|
f24320d26a
|
Introduce enums for energy and virial flags
|
2020-11-11 22:09:03 -05:00 |
|
|
|
20159fff23
|
reformulate section about resetting image flags and add reference to change_box command
|
2020-11-11 17:01:56 -05:00 |
|
|
|
a96cb43957
|
Merge branch 'master' into reset-invalid-image-flags
|
2020-11-11 16:15:11 -05:00 |
|
|
|
64cc0adb9e
|
bond/react: add new reference
|
2020-11-11 13:27:34 -05:00 |
|
|
|
d09eb491f8
|
molecule: add iatom < 0 check
|
2020-11-11 13:00:10 -05:00 |
|
|
|
c0a101192e
|
Merge pull request #2471 from akohlmey/collected-small-changes
Collected small fixes and updates
|
2020-11-11 11:20:32 -05:00 |
|
|
|
2f21ef6322
|
Merge pull request #2466 from rbberger/bugfixes
Collection of bugfixes
|
2020-11-11 11:19:52 -05:00 |
|
|
|
5157b8216a
|
Merge branch 'kim' into kim_improvement
|
2020-11-11 05:42:12 -06:00 |
|
|
|
355ddce286
|
Update the vflag_atom based on the intended use in LAMMPS
|
2020-11-11 05:36:48 -06:00 |
|
|
|
420b0c4a22
|
Update the error message
|
2020-11-10 19:14:33 -06:00 |
|
|
|
47be98ca77
|
Adding the missing header file
|
2020-11-10 19:13:53 -06:00 |
|
|
|
c76eb66286
|
Update the EXPECTT_TRUE to ASSERT_TRUE
|
2020-11-10 17:06:42 -06:00 |
|
|
|
552dc7fba9
|
whitespace
|
2020-11-10 18:05:06 -05:00 |
|
|
|
2aa26a1b8f
|
Update the kim_query assertions
|
2020-11-10 17:04:58 -06:00 |
|
|
|
2c6ccf0d0f
|
update docs for download and compilation of yaml sources
|
2020-11-10 18:04:00 -05:00 |
|