Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed Apr 25, 2023
1 parent a1b0ca9 commit 3404bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/cudaq/Optimizer/Dialect/Quake/QuakeOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def quake_WrapOp : QuakeOp<"wrap"> {
let summary = "Wrap a wire value with its reference.";
let description = [{
Each data flow of a volatile wire in a quantum circuit may be associated
and identified with an invariant and unqiue quantum reference value of type
and identified with an invariant and unique quantum reference value of type
`!qref`. The wrap operation provides a means of returning a quantum value,
a wire, back to the reference value domain.
}];
Expand All @@ -408,7 +408,7 @@ def quake_NullWireOp : QuakeOp<"null_wire", [Pure]> {
let summary = "Initial state of a wire.";
let description = [{
|0> - the initial state of a wire when first constructed. A wire is assumed
to be defined in this ket state as its initial state.
to be defined in the |0> state as its initial state.
}];

let results = (outs WireType);
Expand Down

0 comments on commit 3404bde

Please sign in to comment.