09c19a936b
update URLs in source code and manual
2021-05-24 14:18:20 -04:00
d1941392d3
disable clang-format for all existing .cpp files (for now)
2021-05-05 23:53:38 -04:00
3991f704e1
Fix whitespace errors
2020-11-12 10:42:09 -05:00
bfb8f0f4c0
Merge branch 'clean-master2' of github.com:julient31/lammps into exchange-biquadratic
2020-10-27 09:41:19 -06:00
adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
1cb0b9dece
- modified all pairs (if on rcut)
...
- clean KOKKOS from atom spin/kk (other PR)
2020-10-05 17:11:53 -06:00
f1ef7d85a8
T2345: Replace instances of NULL with nullptr
...
The following changes have been applied to src and lib folders:
regex replace: ([^"_])NULL ⇒ \1nullptr (8968 chgs in src, 1153 in lib)
Manually find/change: (void \*) nullptr ⇒ nullptr (1 case)
regex find: ".*?nullptr.*?"
Manually ~14 cases back to "NULL" in src, ~2 in lib
regex finds a few false positive where nullptr appears between two
strings in a function call
2020-09-12 09:34:38 -06:00
bb7447363c
more include cleanup and IWYU tweaks
2020-09-04 07:22:39 -04:00
6113169a47
IWYU based include statement cleanup
2020-09-02 17:39:34 -04:00
96d8d12a88
replace calls to force->*numeric() with the corresponding utils::*numeric()
...
this also removes the now obsolete functions from Force
2020-08-29 20:31:02 -04:00
fcd0b9f78f
move Force::bounds() and Force::boundsbig() to utils.
2020-08-29 18:23:03 -04:00
da36b252cc
remove even more trailing whitespace
2020-04-14 06:08:10 -04:00
8fabd79440
Commit JT 041320
...
- corrected pair/spin to recover tests
2020-04-13 07:53:27 -06:00
51e3f9dcda
Commit JT 033020
...
- modified all spin pairs (match nve)
- correct doc min_modify
- correct code max norm (square values)
- added draft nvt validation
2020-03-30 08:09:11 -06:00
09d0df43e2
Commit JT 022120
...
- added message for only one precession/spin (+doc)
- added a per pair/spin class emag table
2020-02-21 17:53:14 -07:00
89bb2ef83f
Commit JT 112219
...
- improved figure in precession/spin documentation
- corrected other pair/spin interactions
2019-11-22 12:07:05 -07:00
22288e06b7
Merge branch 'master' into fix-compiler-warnings
2019-10-25 14:07:50 -04:00
73892711a5
mass replace calls to fread() with utils::sfread()
2019-10-19 09:25:49 -04:00
dee631878d
refactoring of SPIN pair class initialization to increase code reuse
2019-10-18 07:13:42 -04:00
416911aa7e
more rearranging of include file order to put implementation headers first
2019-07-03 21:57:39 -04:00
fc1d8f2cbf
more cleanup of include file handling. starting to work on files in packages
2019-07-02 05:15:30 -04:00
da16a7e50b
Commit JT 040519
...
- initial rotation with Rodrigues' formula + exception
- worked on neb_spin documentation
- removed pair/spin warning for neb/spin
2019-04-05 13:22:46 -06:00
82d646cede
print warning about missing fix nve/spin only on MPI rank 0
2019-03-25 20:59:22 -04:00
7b3f952990
whitespace cleanup and dead code removal
2019-03-25 20:50:39 -04:00
7a00997a14
Commit2 JT 032519
...
- added equations for documentation
- updated examples (not calling fix nve/spin)
- replaced error message by warning in all pair/spin
2019-03-25 14:03:28 -06:00
06a57dd659
use ev_unset for all pair styles
2019-03-13 17:49:16 +01:00
ab0c35be93
Commit JT 030419
...
- correction of pair_spin calculations
- corrects an error between i and ii lists in single/pair calc.
2019-03-04 08:04:11 -07:00
9915a6725f
Commit JT 020419
...
- correct in magelec (if ii<n)
- check correct, apply it to other pairs
2019-02-04 17:21:59 +01:00
92a4dc25b1
Fix unused params in packages ( #1076 )
2018-08-24 10:42:08 -06:00
28993d9823
Commit JT 072618
...
- improvements documentation (dmi and exchange)
- correction error cross product in pair_spin_dmi.cpp
- implementation mech. part in pair_spin_dmi.cpp
- correction in all pairs: init_one for [j][i] couples
- correction in atom_vec_spin.cpp: index error in read_data
- some improvements in pair_spin_dmi.cpp and pair_spin_magelec.cpp
2018-07-27 12:00:15 +02:00
1ed25d195b
convert c-style includes for c-library calls to c++-style
2018-07-10 09:48:49 -04:00
792b182cb0
whitespace cleanup
2018-07-10 09:46:08 -04:00
ade9b7bfc3
Commit2 JT 070918
...
- modified the citeme reference (replaced by the JCP one)
- same modification in doc and src/SPIN
2018-07-10 09:44:14 -04:00
3eed23d3f7
whitespace cleanup
2018-06-27 14:07:09 -04:00
d4861e71d2
integrate SPIN package into documentation, fix links and make it consistent
2018-06-18 18:36:30 -04:00
da5931d65d
whitespace cleanup
2018-06-18 17:55:12 -04:00
6457e5eedb
Commit1 JT 052918 modifs files
2018-05-29 14:51:21 -06:00
5f0e6d0aa7
Commit JT2 052418
2018-05-24 12:55:39 -06:00