Skip to content

Commit

Permalink
Update circuit_knitting/utils/transforms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Johnson <[email protected]>
  • Loading branch information
garrison and caleb-johnson authored Jun 20, 2023
1 parent ead01aa commit 6ede313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_knitting/utils/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SeparatedCircuits(NamedTuple):
"""Named tuple for result of :func:`separate_circuit`.
``subcircuits`` is a dict of circuits, keyed by each partition label.
``qubit_map`` is a list of length number of qubits in the original circuit.
``qubit_map`` is a list with length equal to the number of qubits in the original circuit.
Each element of that list is a 2-tuple which includes the partition label
of that qubit, together with the index of that qubit in the corresponding
subcircuit.
Expand Down

0 comments on commit 6ede313

Please sign in to comment.