File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ struct Input_para
535535 std::string exx_real_number = " default" ; // /< exx calculated in real or complex
536536 double exx_pca_threshold = 0.0001 ; // /< threshold to screen on-site ABFs in exx
537537 double exx_c_threshold = 0.0001 ; // /< threshold to screen C matrix in exx
538- double exx_v_threshold = 0.1 ; // /< threshold to screen C matrix in exx
538+ double exx_v_threshold = 0.1 ; // /< threshold to screen V matrix in exx
539539 double exx_dm_threshold = 0.0001 ; // /< threshold to screen density matrix in exx
540540 double exx_schwarz_threshold = 0 ; // /< threshold to screen exx using Cauchy-Schwartz inequality
541541 double exx_cauchy_threshold = 1e-07 ; // /< threshold to screen exx using Cauchy-Schwartz inequality
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dft_functional hse
2929exx_real_number 1
3030exx_pca_threshold 1E-3
3131exx_c_threshold 1E-3
32- exx_v_threshold 1
32+ exx_v_threshold 0.25
3333exx_dm_threshold 1E-3
3434exx_cauchy_threshold 1E-4
3535exx_ccp_rmesh_times 1
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dft_functional hse
3030exx_real_number 1
3131exx_pca_threshold 1E-4
3232exx_c_threshold 1E-4
33- exx_v_threshold 1
33+ exx_v_threshold 0.25
3434exx_dm_threshold 1E-4
3535exx_cauchy_threshold 1E-6
3636exx_ccp_rmesh_times 1
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dft_functional pbe0
2929exx_real_number 1
3030exx_pca_threshold 1E-3
3131exx_c_threshold 1E-3
32- exx_v_threshold 1
32+ exx_v_threshold 0.25
3333exx_dm_threshold 1E-3
3434exx_cauchy_threshold 1E-4
3535exx_ccp_rmesh_times 2
You can’t perform that action at this time.
0 commit comments