Commit 51a6bfd5 authored by Aidan Thompson's avatar Aidan Thompson
Browse files

Added bispectrum compute

parent 5b71b3fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -102,6 +102,8 @@ PairSNAP::PairSNAP(LAMMPS *lmp) : Pair(lmp)
  sna = NULL;

  beta_max = 0;
  beta = NULL;
  bispectrum = NULL;
}

/* ---------------------------------------------------------------------- */