Skip to content

Commit 0302fc5

Browse files
committed
update esolver_ks_lcao.h
1 parent 2d7bbb3 commit 0302fc5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/module_esolver/esolver_ks_lcao.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ class ESolver_KS_LCAO : public ESolver_KS<TK> {
9292
std::shared_ptr<Exx_LRI<std::complex<double>>> exx_lri_complex = nullptr;
9393
#endif
9494

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
10295
friend class LR::ESolver_LR<double, double>;
10396
friend class LR::ESolver_LR<std::complex<double>, double>;
10497
};

0 commit comments

Comments
 (0)