Skip to content

Commit

Permalink
support reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Feb 14, 2021
1 parent 80f4fb6 commit 04955cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ibmq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ end

struct GateInfo
name::String
parameters::Vector{String}
qasm::String
parameters::Maybe{Vector{String}}
qasm::Maybe{String}
couping_map::Union{Nothing, Vector{Vector{Int}}}
end

Expand Down

0 comments on commit 04955cf

Please sign in to comment.