Skip to content

Commit

Permalink
✅ Fix circuit_test
Browse files Browse the repository at this point in the history
  • Loading branch information
nelimee committed Feb 21, 2024
1 parent 326777a commit 0330441
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions src/tqec/generation/circuit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,55 +127,55 @@ def test_generate_circuit():
generated_circuit = _generate_circuit()
generate_qubits = [(q.row, q.col) for q in generated_circuit.all_qubits()]
target_qubits = [
(7, 3),
(4, 8),
(4, 10),
(6, 2),
(3, 7),
(3, 9),
(1, 1),
(10, 6),
(8, 8),
(1, 5),
(2, 0),
(6, 4),
(2, 2),
(11, 7),
(9, 9),
(2, 6),
(3, 1),
(6, 6),
(1, 3),
(7, 1),
(7, 3),
(4, 2),
(1, 7),
(7, 5),
(3, 3),
(1, 9),
(7, 7),
(2, 4),
(8, 2),
(8, 4),
(6, 8),
(9, 1),
(2, 6),
(9, 3),
(9, 7),
(4, 6),
(4, 4),
(7, 9),
(5, 1),
(5, 3),
(2, 8),
(8, 6),
(2, 10),
(8, 8),
(3, 5),
(7, 9),
(10, 2),
(3, 7),
(10, 4),
(10, 8),
(9, 5),
(5, 7),
(8, 2),
(0, 4),
(9, 9),
(3, 1),
(4, 8),
(5, 5),
(8, 10),
(6, 2),
(6, 4),
(3, 9),
(10, 6),
(6, 8),
(9, 3),
(1, 5),
(10, 10),
(4, 2),
(3, 3),
(4, 10),
(3, 5),
(10, 2),
(8, 4),
(5, 9),
(6, 6),
(4, 4),
(5, 11),
(4, 6),
(11, 3),
(9, 5),
(6, 10),
(9, 7),
(1, 9),
(7, 1),
(9, 11),
(8, 6),
(0, 8),
(6, 0),
(8, 10),
]
generate_qubits.sort()
target_qubits.sort()
Expand Down

0 comments on commit 0330441

Please sign in to comment.