From 6ede313aa63f71bf1d5c228f931eaa2e0ba53f7b Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Mon, 19 Jun 2023 20:27:34 -0400 Subject: [PATCH] Update circuit_knitting/utils/transforms.py Co-authored-by: Caleb Johnson --- circuit_knitting/utils/transforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuit_knitting/utils/transforms.py b/circuit_knitting/utils/transforms.py index a78f210d4..a88898adb 100644 --- a/circuit_knitting/utils/transforms.py +++ b/circuit_knitting/utils/transforms.py @@ -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.