diff --git a/.github/workflows/bootstrap_all.sh b/.github/workflows/bootstrap_all.sh index 420b8a14..e62fda59 100644 --- a/.github/workflows/bootstrap_all.sh +++ b/.github/workflows/bootstrap_all.sh @@ -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 &