From 2ac810d3973c0ba8a94951bee0d684a9042f73d2 Mon Sep 17 00:00:00 2001 From: Nick Mayhall Date: Mon, 12 Feb 2024 08:21:30 -0500 Subject: [PATCH] updated print_configs again --- src/type_TPSCIstate.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type_TPSCIstate.jl b/src/type_TPSCIstate.jl index 802833e..963f4cf 100644 --- a/src/type_TPSCIstate.jl +++ b/src/type_TPSCIstate.jl @@ -309,7 +309,7 @@ function print_configs(s::TPSCIstate; thresh=1e-3, root=1) println() for (config, value) in s.data[fock] value[root]*value[root] > thresh || continue - @printf(" %5i",idx) + #@printf(" %5i",idx) for c in config @printf("%3i",c) end