Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leespen1 committed Oct 26, 2023
1 parent fc3c794 commit 02db51f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/state_vector_helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 02db51f

Please sign in to comment.