latticesurgery-com / lattice-surgery-compiler

Lattice surgery quantum error correction compiler
https://latticesurgery.com
GNU Lesser General Public License v2.1
46 stars 6 forks source link

Update qiskit requirement from <0.35.0,>=0.24.0 to >=0.24.0,<0.37.0 #278

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on qiskit to permit the latest version.

Release notes

Sourced from qiskit's releases.

Qiskit 0.36.0

Changelog

Changed

  • Increased the qiskit-aer version to the latest release 0.10.4
  • Increased the qiskit-ibmq-provider version to the latest release 0.19.0
Changelog

Sourced from qiskit's changelog.

%%%%%%%%%%%%% Release Notes %%%%%%%%%%%%%

############### Version History ###############

This table tracks the meta-package versions and the version of each Qiskit element installed:

.. version-history:: Version History

.. note::

For the 0.7.0, 0.7.1, and 0.7.2 meta-package releases the :ref:versioning_strategy policy was not formalized yet.

############### Notable Changes ###############


Qiskit 0.36.0


Terra 0.20.0

No change

.. _Release Notes_Aer_0.10.4:

Aer 0.10.4

.. _Release Notes_Aer_0.10.4_Upgrade Notes:

Upgrade Notes

.. releasenotes/notes/no-fast-math-1de357a9650094f3.yaml @ b'4f0cd3db74f922a6a3922d106498bb37d9ae1aaa'

  • Qiskit Aer is no longer compiled with unsafe floating-point optimisations. While most of the effects should have been localised to Qiskit Aer, some aspects of subnormal handling may previously have been leaked into user code by the library incorrectly setting the "flush to zero" mode. This will not happen any more.

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #278 (11e4663) into dev (292bce3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #278   +/-   ##
=======================================
  Coverage   72.53%   72.53%           
=======================================
  Files          31       31           
  Lines        2334     2334           
=======================================
  Hits         1693     1693           
  Misses        641      641           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 292bce3...11e4663. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #291.