-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate tutorials and a how-to guide to v2 primitives (#552)
* Use Qiskit Runtime SamplerV2 in local mode instead of `BackendSampler` * Bump qiskit-ibm-runtime version There will be no 0.22.1 release, it seems, but 0.23.0 is out now so we can use it instead. * Migrate first cutting tutorial to v2 primitives * Migrate first tutorial to use a fake backend but now it executes very slowly * Change to `FakeManilaV2`, a 5-qubit backend Now the execution time is reasonable. * Bump qiskit-aer minimum version to 0.14.0 * Bump qiskit-aer version to 0.14.0.1 It appears there is no 0.14.0 release on pypi * Update remaining tutorials and a how-to * s/simulator/local simulator/;
- Loading branch information
Showing
4 changed files
with
191 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
111 changes: 36 additions & 75 deletions
111
docs/circuit_cutting/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.