We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07eda90 commit fa5e7f1Copy full SHA for fa5e7f1
source/module_hsolver/hsolver_pw.h
@@ -84,6 +84,8 @@ class HSolverPW
84
int rank_in_pool = 0;
85
int nproc_in_pool = 1;
86
87
+ std::vector<double> ethr_band;
88
+
89
private:
90
/// @brief calculate the threshold for iterative-diagonalization for each band
91
void cal_ethr_band(const double& wk, const double* wg, const double& ethr, std::vector<double>& ethrs);
0 commit comments