Circuit Knitting Toolbox 0.1.0
What's Changed
- Remove outdated source code examples in entanglement forging docs by @caleb-johnson in #54
- Fix project name by @caleb-johnson in #53
- Add circuit cutting API references to Sphinx build by @garrison in #57
- Fix a few typos in serverless tutorials by @garrison in #60
- Add
CITATION.bib
by @garrison in #61 - Pin coverage to < 7 when running coveragepy-lcov by @garrison in #66
- Update wire_cutting.py to include Qiskit blurb by @caleb-johnson in #65
- Add Black and Coveralls badges to README by @garrison in #56
- Adding a barebones setup.py to enable compatibility with asv for benc… by @pemmaras in #69
- Set
platform: linux/amd64
indocker-compose.yml
by @garrison in #71 - A few minor cleanups by @garrison in #67
- Add
run_subcircuits_using_sampler
function by @garrison in #72 - Configure dependabot to keep GitHub Actions versions up to date by @garrison in #75
- Remove dependency on
qiskit-ibmq-provider
by @garrison in #74 - Bump actions/setup-python from 1 to 4 by @dependabot in #77
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #79
- Move most dependencies to
pyproject.toml
by @garrison in #76 - Bump actions/checkout from 2 to 3 by @dependabot in #78
- Fix deprecated usages of Bit by @caleb-johnson in #81
- A few small improvements by @garrison in #82
- Add support for reno release notes by @garrison in #84
- Add
project.urls
topyproject.toml
by @garrison in #86 - Deprecate support for Python 3.7 by @garrison in #87
- Update usage of Qiskit Estimator by @caleb-johnson in #92
- Remove nptyping as dependency by @caleb-johnson in #93
- Migrate to modern style of type hinting by @caleb-johnson in #95
- Enable ruff linter by @garrison in #110
- Install all notebook dependencies in the Dockerfile by @garrison in #112
- Temporarily disable qiskit-nature development version test by @garrison in #120
- Use a released version of the coveralls workflow by @garrison in #121
- Remove severless deprecations in cutting tutorial by @psschwei in #122
- Remove serverless deprecations in forging tutorial by @psschwei in #123
- Update Qiskit badges following #122 by @garrison in #125
- Add release note following Python 3.7 deprecation by @garrison in #126
- Rearrange docs directory hierarchy by @caleb-johnson in #118
- Improve errors when cplex is not installed by @garrison in #127
- Require 100% test coverage in certain modules by @garrison in #111
- Make cplex truly optional by @garrison in #109
- Add Docker notebook tests by @garrison in #113
- List
pyscf
explicitly as an optional dependency by @garrison in #131 - Migrate entanglement forging to Qiskit Nature 0.5.0 by @caleb-johnson in #83
- Add link from README to release notes by @garrison in #85
- General cleanup ef by @caleb-johnson in #133
- Fix importlib deprecation warning by @garrison in #134
- Prepare 0.1.0 release by @garrison in #129
New Contributors
- @pemmaras made their first contribution in #69
- @dependabot made their first contribution in #77
- @psschwei made their first contribution in #122
Full Changelog: 0.0.0...0.1.0