diff --git a/circuit_knitting/cutting/cut_finding/utils.py b/circuit_knitting/cutting/cut_finding/utils.py index 2e41d1449..349c6d0b7 100644 --- a/circuit_knitting/cutting/cut_finding/utils.py +++ b/circuit_knitting/cutting/cut_finding/utils.py @@ -82,7 +82,7 @@ def CCOtoQCCircuit(interface): gate_qubits = len(op) - 1 # number of qubits involved in the operation. if ( cut_types[i] is None - ): # only append gates that are not cut to qc_cut. May replace cut gates with TwoQubitQPDGate's in future. + ): # only append gates that are not cut to qc_cut. if type(op[0]) is tuple: params = [i for i in op[0][1:]] gate_name = op[0][0]