Qiskit-Extensions / circuit-knitting-toolbox

Tools for knitting quantum circuits with Qiskit
https://qiskit-extensions.github.io/circuit-knitting-toolbox/
Apache License 2.0
74 stars 25 forks source link

Wanted to know how to run Subexperiments on Aer Banckends and reconstruct the result to get exaxct probabilities #645

Open Suraj1409 opened 1 month ago

Suraj1409 commented 1 month ago

I am trying to use the newly introduced Automatic Cut finding method from CKT 0.7.2 in which in the tutorial there isnt mentioned that how to run those subcircuits and knitt their result to get exact outcomes. Currently trying Cutting for Deustch Jozsa Algorithm.

garrison commented 1 month ago

Currently the new cutting code supports the reconstruction of expectation values. There is a draft in #428 for how we might add support for reconstructing (or sampling from) probability distributions.