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 2d7bbb3 commit 0302fc5Copy full SHA for 0302fc5
source/module_esolver/esolver_ks_lcao.h
@@ -92,13 +92,6 @@ class ESolver_KS_LCAO : public ESolver_KS<TK> {
92
std::shared_ptr<Exx_LRI<std::complex<double>>> exx_lri_complex = nullptr;
93
#endif
94
95
- private:
96
-#ifdef __DEEPKS
97
- void dpks_cal_e_delta_band(const std::vector<std::vector<TK>>& dm) const;
98
-
99
- void dpks_cal_projected_DM(
100
- const elecstate::DensityMatrix<TK, double>* dm) const;
101
-#endif
102
friend class LR::ESolver_LR<double, double>;
103
friend class LR::ESolver_LR<std::complex<double>, double>;
104
};
0 commit comments