Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Jun 6, 2024
1 parent 2ad527c commit 9b17a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tket2/src/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ mod tests {
.unwrap()
}

/// 2-qubit circuit with a Hadamard, a CNOT, and a Rz gate.
/// 2-qubit circuit with a Hadamard, a CNOT, and a X gate.
#[fixture]
fn simple_circuit() -> Circuit {
build_simple_circuit(2, |circ| {
Expand All @@ -538,7 +538,7 @@ mod tests {
.unwrap()
}

/// 2-qubit circuit with a Hadamard, a CNOT, and a Rz gate,
/// 2-qubit circuit with a Hadamard, a CNOT, and a X gate,
/// defined inside a module.
#[fixture]
fn simple_module() -> Circuit {
Expand Down

0 comments on commit 9b17a6e

Please sign in to comment.