Skip to content

Commit 5e22eb1

Browse files
authored
Update esolver_ks_lcao_tddft.h
1 parent b0503e4 commit 5e22eb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/module_esolver/esolver_ks_lcao_tddft.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,19 @@ class ESolver_KS_LCAO_TDDFT : public ESolver_KS_LCAO<std::complex<double>, doubl
1818

1919
void before_all_runners(const Input_para& inp, UnitCell& cell) override;
2020

21+
//! Psi of last time step
2122
psi::Psi<std::complex<double>>* psi_laststep = nullptr;
2223

24+
//! Hamiltonian of last time step
2325
std::complex<double>** Hk_laststep = nullptr;
2426

27+
//! Overlap matrix of last time step
2528
std::complex<double>** Sk_laststep = nullptr;
2629

27-
// same as pelec
30+
//! Electronic states of rt-TDDFT
2831
elecstate::ElecStateLCAO_TDDFT* pelec_td = nullptr;
2932

33+
//! ?
3034
int td_htype = 1;
3135

3236
protected:

0 commit comments

Comments
 (0)