Initial version of lammps halfneighbor list

This commit is contained in:
Jan Eitzinger
2022-03-10 17:06:45 +01:00
parent ba3a0524f6
commit c2fcd50773
4 changed files with 4 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ void init(Parameter *param)
param->dtforce = 0.5 * param->dt;
param->every = 20;
param->proc_freq = 2.4;
param->halfneigh = 0;
param->halfneigh = 1;
}
double setup(