Skip to content

Commit 8abc2b0

Browse files
improving comment
1 parent 4ba5b74 commit 8abc2b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/python/synthesis/test_mcx_synthesis.py

-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ def check_mcx_synthesis(
6060
6161
Note: currently we do not have any MCX synthesis algorithms that use both clean and dirty
6262
ancilla qubits. When we do, we will need to extend this function.
63-
64-
Returns:
65-
A Boolean indicating whether the synthesized circuit correctly implements the MCX gate.
6663
"""
6764
original_op = Operator(self.mcx_matrix(num_ctrl_qubits))
6865
synthesized_op = Operator(synthesized_circuit)

0 commit comments

Comments
 (0)