Jim Garrison
Jim Garrison
> ibrahim-shehzad added this to the 0.7.2 milestone This adds a feature, so it (as a whole) will have to wait for 0.8.0. It might be that some of the...
The optimal decomposition will require an ancilla on each side of the cut. See https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/pull/568#issuecomment-2088453019.
Closing all CutQC issues now that it has been removed.
There is a revised version of the paper out, at https://arxiv.org/abs/2312.11638v3, which describes the operations in a new appendix. The general operation does indeed require an ancilla qubit on each...
By the way, this how-to guide is essentially an expanded version of the workflow test added in #303.
> Try to remove need for `SparsePauliOp` on following line: `SparsePauliOp(subobservables[label]).apply_layout(transpiled_subcircuits[label].layout).paulis` This is tied to the following issues: - https://github.com/Qiskit/qiskit/issues/11824 - https://github.com/Qiskit/qiskit/issues/12302 It is also related to https://github.com/Qiskit/qiskit/pull/12221 but that...
Thank you for the report. Two quick thoughts: Without a `circuit`, this is not a full reproducible example. Also, cutqc is deprecated and users are encouraged to migrate to the...
Closing all CutQC issues now that it has been removed.
There are decompositions of the Toffoli gate in Remark 7.1 of https://arxiv.org/abs/2312.11638v2. The split can either be AAB (two control bits are local to each other) or ABB (the target...
Actually, since `Sampler` (V1) is in Qiskit 1.0, it won't be removed until Qiskit 2.0 at the earliest. So we have a year before we might actually be forced to...