Skip to content

Commit

Permalink
fix sqrt iswap and rename multimode plotting function
Browse files Browse the repository at this point in the history
  • Loading branch information
a7b committed Aug 14, 2022
1 parent 1afb413 commit cc6208e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/twoqubit/sqrtiswap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ T = 100
Δt = 0.1
Q = 200.
R = 0.1
loss = amplitude_loss
cost = infidelity_cost
eval_hess = true
pinqstate = true

Expand Down
2 changes: 1 addition & 1 deletion src/plotting_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function plot_single_qubit_2_qstate_with_seperated_controls(
save(filename, fig)
end

function plot_multimode_qubit(
function plot_multimode_qubits(
system::QuantumSystem,
traj::Trajectory,
path::String
Expand Down

0 comments on commit cc6208e

Please sign in to comment.