Skip to content

Commit

Permalink
Skip CCSDT for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Oct 18, 2024
1 parent e8e9c97 commit d1a2d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for method in CCSDwtwp; do
done
done

for method in CC3 CCSDT; do
for method in CC3; do
for i in rhf uhf ghf; do
echo "Bootstrapping $method ($i)"
python -W ignore bootstrap_${method}.py $i &> output_${method}_${i}.dat &
Expand Down

0 comments on commit d1a2d06

Please sign in to comment.