Skip to content

Commit

Permalink
Merge pull request #3 from Sov-trotter/patch-1
Browse files Browse the repository at this point in the history
Docstring fix
  • Loading branch information
Roger-luo authored Jun 2, 2021
2 parents 0a2d6c2 + 2d02d8e commit 18d1bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.jl
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ circuit may contain multiple classical and quantum registers, but Qobj flattens
them into a single memory and single set of qubits.
- `config` (optional): Configuration structure for user settings that can be different in each
experiment. These will override the configuration settings of the whole job. See [`ExpConfig`](@ref).
`instructions`: List of sequence commands that define the experiment. See [`Instruction`](@ref).
- `instructions`: List of sequence commands that define the experiment. See [`Instruction`](@ref).
"""
@option struct Experiment <: IBMQSchema
header::Maybe{Dict{String, Any}} = nothing
Expand Down

0 comments on commit 18d1bec

Please sign in to comment.