Skip to content

Commit 9e43acc

Browse files
authored
Update LCAO_deepks.h
1 parent 1ab2724 commit 9e43acc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_hamilt_lcao/module_deepks/LCAO_deepks.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ class LCAO_Deepks
5555
ModuleBase::matrix o_delta;
5656

5757
/// Correction term to the Hamiltonian matrix: \f$\langle\psi|V_\delta|\psi\rangle\f$ (for gamma only)
58-
std::vector<std::vector<double>> H_V_delta;
58+
/// The size of first dimension is 1, which is used for the consitence with H_V_delta_k
59+
std::vector<std::vector<double>> H_V_delta;
5960
/// Correction term to Hamiltonian, for multi-k
6061
std::vector<std::vector<std::complex<double>>> H_V_delta_k;
6162

0 commit comments

Comments
 (0)