You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/module_pw/pw_basis.h
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -100,14 +100,14 @@ class PW_Basis
100
100
101
101
voidcollect_local_pw();
102
102
103
-
voidcollect_tot_pw(
104
-
double* gg_global,
105
-
ModuleBase::Vector3<double> *gdirect_global,
106
-
ModuleBase::Vector3<double> *gcar_global
107
-
);
103
+
//void collect_tot_pw(
104
+
// double* gg_global,
105
+
// ModuleBase::Vector3<double> *gdirect_global,
106
+
// ModuleBase::Vector3<double> *gcar_global
107
+
//);
108
108
109
109
110
-
private:
110
+
public:
111
111
bool gamma_only; // only half g are used.
112
112
double ggecut; //Energy cut off for g^2/2, unit in 1/lat0^2, ggecut=ecutwfc(Ry)*lat0^2/4pi^2
113
113
double lat0; //unit length for lattice, unit in bohr
@@ -208,11 +208,6 @@ class PW_Basis
208
208
// void gatherp_scatters_gamma(std::complex<double> *in, std::complex<double> *out); //gather planes and scatter sticks of all processors, used when gamma_only
209
209
// void gathers_scatterp_gamma(std::complex<double> *in, std::complex<double> *out); //gather sticks of and scatter planes of all processors, used when gamma only
0 commit comments