Skip to content

Commit 9db254c

Browse files
committed
save
1 parent 8996e78 commit 9db254c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integrate/1001_NO_Si2_dzp_rdmft/result.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Etotal_RDMFT_ref -14.8034390797
1515
Exc_ksdft_ref -2.4788985117
1616
E_exx_ksdft_ref -2.0657389944
1717

18-
totaltimeref 84.45
18+
totaltimeref 118.49

tests/integrate/tools/catch_properties.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ has_mat_dh=$(get_input_key_value "out_mat_dh" "INPUT")
6969
has_scan=$(get_input_key_value "dft_functional" "INPUT")
7070
out_chg=$(get_input_key_value "out_chg" "INPUT")
7171
esolver_type=$(get_input_key_value "esolver_type" "INPUT")
72-
has_rdmft=$(get_input_key_value "rdmft" "INPUT")
72+
rdmft=$(get_input_key_value "rdmft" "INPUT")
7373
#echo $running_path
7474
base=$(get_input_key_value "basis_type" "INPUT")
7575
word="driver_line"
@@ -545,7 +545,7 @@ if [ $is_lr == 1 ]; then
545545
echo "totexcitationenergyref $lreig_tot" >>$1
546546
fi
547547

548-
if ! test -z "$has_rdmft" && [[ "$has_rdmft" == 1 ]]; then
548+
if ! test -z "$rdmft" && [[ $rdmft == 1 ]]; then
549549
echo "" >>$1
550550
echo "The following energy units are in Rydberg:" >>$1
551551

0 commit comments

Comments
 (0)