Skip to content

Commit

Permalink
updated get_fci_tc_conv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eginer committed May 6, 2024
1 parent 76732ff commit 7335e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_fci_tc_conv.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
file=$1
grep "Ndet,E,E+PT2,E+RPT2,|PT2|=" $file | cut -d "=" -f 2 > ${file}.conv_fci_tc
grep "Ndet,E,E+PT2,pt2_minus,pt2_plus,pt2_abs=" $file | cut -d "=" -f 2 > ${file}.conv_fci_tc

0 comments on commit 7335e29

Please sign in to comment.