We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76b322 commit 27f443dCopy full SHA for 27f443d
1 file changed
tests/test_custom_two_qubit_gate.py
@@ -131,9 +131,9 @@ def test_custom_two_qubit_control_gate_other_qubits_not_affected():
131
test_list = [
132
test_two_qubit_gate,
133
test_custom_two_qubit_control_gate_control_applied,
134
+ test_custom_two_qubit_control_gate_other_qubits_not_affected,
135
test_custom_two_qubit_control_gate_control_not_applied,
- test_custom_two_qubit_control_gate_control_ccnot,
136
- test_custom_two_qubit_control_gate_other_qubits_not_affected
+ test_custom_two_qubit_control_gate_control_ccnot
137
]
138
139
for func in test_list:
0 commit comments