File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ Etotal_RDMFT_ref -14.8034390797
1515Exc_ksdft_ref -2.4788985117
1616E_exx_ksdft_ref -2.0657389944
1717
18- totaltimeref 84.45
18+ totaltimeref 118.49
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ has_mat_dh=$(get_input_key_value "out_mat_dh" "INPUT")
6969has_scan=$( get_input_key_value " dft_functional" " INPUT" )
7070out_chg=$( get_input_key_value " out_chg" " INPUT" )
7171esolver_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
7474base=$( get_input_key_value " basis_type" " INPUT" )
7575word=" driver_line"
@@ -545,7 +545,7 @@ if [ $is_lr == 1 ]; then
545545 echo " totexcitationenergyref $lreig_tot " >> $1
546546fi
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
You can’t perform that action at this time.
0 commit comments