Skip to content

Commit

Permalink
Remove CCSDT from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Aug 9, 2024
1 parent 5a92a11 commit 3b3cc9e
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 @@ -20,7 +20,7 @@ for method in CCD CCSD QCISD CC2 DCD DCSD; 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
Expand Down

0 comments on commit 3b3cc9e

Please sign in to comment.