small cleaning
This commit is contained in:
committed by
GitHub
parent
be037e222c
commit
da2e6b2389
@ -103,7 +103,7 @@ void PairCoulSlaterCut::compute(int eflag, int vflag)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (eflag) ecoul = factor_coul * qqrd2e *
|
if (eflag) ecoul = factor_coul * qqrd2e *
|
||||||
scale[itype][jtype] * qtmp*q[j] * rinv *
|
scale[itype][jtype] * qtmp*q[j] * rinv *
|
||||||
(1 - (1 + r/lamda)*exp(-2*r/lamda));
|
(1 - (1 + r/lamda)*exp(-2*r/lamda));
|
||||||
|
|
||||||
if (evflag) ev_tally(i,j,nlocal,newton_pair,
|
if (evflag) ev_tally(i,j,nlocal,newton_pair,
|
||||||
|
|||||||
Reference in New Issue
Block a user