Skip to content

Releases: Qiskit/qiskit-addon-cutting

Circuit Knitting Toolbox 0.2.0

30 May 21:15
55f9da5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

Circuit Knitting Toolbox 0.1.0

05 May 23:56
d4770fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.0...0.1.0

Initial release of Circuit Knitting Toolbox

04 Nov 20:06
94551e0
Compare
Choose a tag to compare

What's Changed

  • Add Docker support with instructions by @garrison in #2
  • Updates to readme text and references by @jenglick in #3
  • Add coverage environment to tox.ini by @garrison in #5
  • Fix Qiskit Nature warning about dict_aux_operators by @garrison in #4
  • Fix "development version tests" by using terra pre-release as well by @garrison in #7
  • Add support for both local and runtime primitives in both circuit knitting tools. by @caleb-johnson in #1
  • Add direct dependency on quantum-serverless by @garrison in #10
  • Cutting documentation by @lockwo in #12
  • Add Sphinx documentation build by @garrison in #14
  • Skip dependencies on platforms where they are known to be broken by @garrison in #6
  • Replace ray with quantum_serverless by @caleb-johnson in #17
  • Add license blurbs to all python files by @caleb-johnson in #18
  • Update license blurbs by @caleb-johnson in #19
  • Combine tox lint environments into one by @garrison in #21
  • Migrate away from deprecated "statevector_simulator" backend by @garrison in #23
  • Set up autoflake to remove unnecessary imports and unused variables by @garrison in #25
  • Add explicit support for Python 3.10 by @garrison in #22
  • add title and update text by @jenglick in #29
  • WIP: Make quantum serverless functions public by @caleb-johnson in #24
  • Fix notebooks to work locally and add them to CI by @garrison in #30
  • Remove pyscf from dependencies list, as it's only needed for testing by @garrison in #26
  • Add Trove classifiers by @garrison in #28
  • Small changes to wire_cutter by @lockwo in #27
  • Small edits and fix typos by @jenglick in #33
  • WIP: Remove quantum_serverless from cutting source code by @caleb-johnson in #32
  • Use ThreadPool instead of Pool in circuit cutting by @garrison in #36
  • WIP: Sphinx build of full documentation (not just API references) by @garrison in #31
  • Minor doc changes by @lockwo in #34
  • Remove quantum serverless from entanglement forging by @caleb-johnson in #37
  • Remove WireCutter from circuit cutting source code by @caleb-johnson in #43
  • Circuit Cutting: Accept options as a list, to be applied to each backend separately by @caleb-johnson in #46
  • Test on the development version of qiskit-ibm-runtime by @garrison in #45
  • Support options forging by @caleb-johnson in #47
  • Additional improvements to Sphinx documentation, README, etc. by @garrison in #44
  • Add release workflow by @garrison in #49
  • Test against qiskit-terra main dev version by @garrison in #20
  • Add additional workflows; bump coverage threshold to 80% by @garrison in #50
  • Use the released version of quantum-serverless by @garrison in #52
  • Slight improvements to Qiskit Runtime retry loop by @garrison in #51

New Contributors

Full Changelog: https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/commits/0.0.0