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 6965e9e commit 09aa1a1Copy full SHA for 09aa1a1
source/module_esolver/esolver_ks_lcao_tddft.cpp
@@ -128,7 +128,7 @@ void ESolver_KS_LCAO_TDDFT::cal_force(ModuleBase::matrix& force)
128
ModuleBase::TITLE("ESolver_KS_LCAO_TDDFT", "cal_force");
129
ModuleBase::timer::tick("ESolver_KS_LCAO_TDDFT", "cal_force");
130
131
- Force_Stress_LCAO<std::complex<>double> fsl(this->RA, GlobalC::ucell.nat);
+ Force_Stress_LCAO<std::complex<double>> fsl(this->RA, GlobalC::ucell.nat);
132
133
fsl.getForceStress(PARAM.inp.cal_force,
134
PARAM.inp.cal_stress,
0 commit comments