diff --git a/src/state_vector_helpers.jl b/src/state_vector_helpers.jl index 4b2663b..6fc9419 100644 --- a/src/state_vector_helpers.jl +++ b/src/state_vector_helpers.jl @@ -36,6 +36,10 @@ end """ Given state vector history, plot population evolution (assuming single qubit for labels). + +Should make a version that takes a Schrodinger problem as an input, so I can +get the number of subsystems, etc. + """ function plot_populations(history::AbstractMatrix{Float64}) populations = get_populations(history)