From 3b3cc9ef30621eed13f6c6a486fc4f500bb6e1d2 Mon Sep 17 00:00:00 2001 From: Oliver Backhouse Date: Fri, 9 Aug 2024 22:24:46 +0100 Subject: [PATCH] Remove CCSDT from workflow --- .github/workflows/bootstrap_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap_all.sh b/.github/workflows/bootstrap_all.sh index 077fa71f..24a2a196 100644 --- a/.github/workflows/bootstrap_all.sh +++ b/.github/workflows/bootstrap_all.sh @@ -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