Circuit Knitting Toolbox 0.7.0
What's Changed
- Update target branch for docs build and mergify by @caleb-johnson in #493
- Add support for Python 3.12 by @garrison in #429
- Bump autoflake from 2.2.1 to 2.3.0 by @dependabot in #497
- Bump pylint from 3.0.3 to 3.1.0 by @dependabot in #496
- Dev tests should test against qiskit
main
, not stable branch by @garrison in #499 - Add support for
SamplerV2
by @garrison in #507 - Update cutting tutorials to send ISA circuits to Qiskit Runtime by @garrison in #500
- Split
qpd.py
code into three files by @garrison in #510 - Lower the nbmake cell timeout to 5 minutes by @garrison in #514
- Add transpilation to cutqc evaluation by @garrison in #504
- Add automated cut-finding module by @ibrahim-shehzad in #520
- Enable pylint rules to prefer list and dict literal syntax by @garrison in #522
- Bump mypy from 1.8.0 to 1.9.0 by @dependabot in #525
- Bump autoflake from 2.3.0 to 2.3.1 by @dependabot in #526
- Deprecate CutQC by @ibrahim-shehzad in #527
- Add github button to docs homepage by @caleb-johnson in #540
- Adjust docs artifact filename by @garrison in #541
- Reconstruct expectation values of SparsePauliOp operators in notebooks by @caleb-johnson in #523
- Remove greedy recursion by @ibrahim-shehzad in #537
- Move pylint configuration to
pyproject.toml
by @garrison in #543 - RFC: Re-execute notebooks on CI when building Sphinx docs by @garrison in #534
- Fix hyper-specific import of
qiskit.synthesis.TwoQubitWeylDecomposition
by @garrison in #547 - Enable pylint's
dangerous-default-value
check by @garrison in #544 - Docker: fix permissions for persistent-volume by @kevinsung in #549
- Test that
persistent-volume
is writable under Docker Compose by @garrison in #550 - Update cutqc tutorials index with deprecated status by @garrison in #533
- Use Qiskit Runtime
SamplerV2
in local mode instead ofBackendSamplerV2
in test by @garrison in #513 - Add sampling overhead table and expand/update cutting explanation by @garrison in #342
- Migrate tutorials and a how-to guide to v2 primitives by @garrison in #552
- Prepare 0.7.0 release by @garrison in #555
New Contributors
- @kevinsung made their first contribution in #549
Full Changelog: 0.6.0...0.7.0