Skip to content

Commit fbccf76

Browse files
committed
Update test circuit_drawer::tests::test_parameterized_standard_gate
1 parent a59f48f commit fbccf76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/circuit/src/circuit_drawer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,8 +2133,8 @@ c2: 2/══════════
21332133
let result = draw_circuit(&circuit, false, false, Some(100)).unwrap();
21342134
let expected = "
21352135
┌─────────┐┌────────────┐┌─────────┐
2136-
q_0: ┤0 Rxx(a) ├┤0 my_rxx(a) ├┤0 Rzx(2)
2137-
││ ││
2136+
q_0: ┤0 ├┤0 ├┤0
2137+
Rxx(a) ││ my_rxx(a) ││ Rzx(2)
21382138
│ ││ ││ │
21392139
q_1: ┤1 ├┤1 ├┤1 ├
21402140
└─────────┘└────────────┘└─────────┘

0 commit comments

Comments
 (0)