Skip to content

Commit 5303b46

Browse files
committed
typo fixed
1 parent 6087a1f commit 5303b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_xc/xc_functional_wrapper_xc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void XC_Functional::xc_spin(const double &rho, const double &zeta,
9797
ex *= (1.0 - GlobalC::exx_global.info.hybrid_alpha);
9898
vupx *= (1.0 - GlobalC::exx_global.info.hybrid_alpha);
9999
vdwx *= (1.0 - GlobalC::exx_global.info.hybrid_alpha);
100-
XC_Functional::pz_spin(rs, zeta, ec, vupc, vdwc);
100+
XC_Functional::pw_spin(rs, zeta, ec, vupc, vdwc);
101101
e = ex + ec;
102102
vup = vupx + vupc;
103103
vdw = vdwx + vdwc;

0 commit comments

Comments
 (0)