From d1a2d066fbb64901a4be5a07a0c222590769f425 Mon Sep 17 00:00:00 2001 From: Oliver Backhouse Date: Fri, 18 Oct 2024 22:43:23 +0100 Subject: [PATCH] Skip CCSDT for now... --- .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 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 &