Merge pull request #1469 from julient31/pppm_spin

Adding PPPM and Ewald solvers for electric dipoles and magnetic spins
This commit is contained in:
Axel Kohlmeyer
2019-06-12 14:50:18 -04:00
committed by GitHub
49 changed files with 7573 additions and 35 deletions

View File

@ -100,7 +100,7 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp)
// SPIN package
sp = fm = NULL;
sp = fm = fm_long = NULL;
// USER-DPD
@ -279,6 +279,7 @@ Atom::~Atom()
memory->destroy(sp);
memory->destroy(fm);
memory->destroy(fm_long);
memory->destroy(vfrac);
memory->destroy(s0);