Skip to content

Commit

Permalink
clean up utils doc strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-shehzad committed Jan 10, 2024
1 parent eabf648 commit aee698e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_knitting/cutting/cut_finding/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit aee698e

Please sign in to comment.