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 616afd6 commit 7c6e54fCopy full SHA for 7c6e54f
source/src_pw/hamilt_pw.cu
@@ -307,7 +307,7 @@ void Hamilt_PW::diagH_subspace(
307
add_Hexx(1);
308
}
309
else if (Exx_Global::Hybrid_Type::PBE0 == GlobalC::exx_lcao.info.hybrid_type ||
310
- (Exx_Global::Hybrid_Type::SCAN0 == GlobalC::exx_lcao.info.hybrid_type ||
+ Exx_Global::Hybrid_Type::SCAN0 == GlobalC::exx_lcao.info.hybrid_type ||
311
Exx_Global::Hybrid_Type::HSE == GlobalC::exx_lcao.info.hybrid_type) // PBE0 or HSE
312
{
313
add_Hexx(GlobalC::exx_global.info.hybrid_alpha);
0 commit comments