Skip to content

Commit 4f0e78e

Browse files
committed
merge to abacus-v3.8.0 but don't debug(many, because many functions and interfaces have changed). The scaling_factor_xc issue is not handled
1 parent 1c9712a commit 4f0e78e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/module_hamilt_general/module_xc/xc_functional.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ void XC_Functional::set_xc_type(const std::string xc_func_in)
231231
// scaling_factor_xc.push_back(-1.0);
232232
// scaling_factor_xc.push_back(1.0);
233233
// scaling_factor_xc.push_back(1.0);
234+
235+
//
234236
scaling_factor_xc[XC_GGA_X_ITYH] = -1.0;
235237
scaling_factor_xc[XC_GGA_C_LYPR] = -1.0;
236238
scaling_factor_xc[XC_GGA_X_B88] = 1.0;

0 commit comments

Comments
 (0)