Skip to content

Commit

Permalink
Update incorrect type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson authored Aug 14, 2023
1 parent 17dea20 commit 9c30aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_knitting/cutting/cutting_decomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PartitionedCuttingProblem(NamedTuple):

subcircuits: dict[str | int, QuantumCircuit]
bases: list[QPDBasis]
subobservables: dict[str | int, QuantumCircuit] | None = None
subobservables: dict[str | int, PauliList] | None = None


def partition_circuit_qubits(
Expand Down

0 comments on commit 9c30aca

Please sign in to comment.