new SNAP potential for W
This commit is contained in:
@ -35,8 +35,11 @@ class ComputeRDF : public Compute {
|
||||
|
||||
private:
|
||||
int nbin; // # of rdf bins
|
||||
int cutflag; // user cutoff flag
|
||||
int npairs; // # of rdf pairs
|
||||
double delr,delrinv; // bin width and its inverse
|
||||
double cutoff_user; // user-specified cutoff
|
||||
double mycutneigh; // user-specified cutoff + neighbor skin
|
||||
int ***rdfpair; // map 2 type pair to rdf pair for each histo
|
||||
int **nrdfpair; // # of histograms for each type pair
|
||||
int *ilo,*ihi,*jlo,*jhi;
|
||||
|
||||
Reference in New Issue
Block a user