Skip to content

Commit

Permalink
updated print_configs again
Browse files Browse the repository at this point in the history
  • Loading branch information
nmayhall-vt committed Feb 12, 2024
1 parent 116987d commit 2ac810d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type_TPSCIstate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac810d

Please sign in to comment.