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.36.0 #276

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.35.0

Changelog

Changed

  • Increased the qiskit-terra version to the latest release 0.20.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.35.0


.. _Release Notes_0.20.0:

Terra 0.20.0

.. _Release Notes_0.20.0_Prelude:

Prelude

.. releasenotes/notes/0.20/prepare-0.20-79918ed0fc5b496e.yaml @ b'a2d13f55aad6c670f71a4613516b8891e02ece63'

The Qiskit Terra 0.20.0 release highlights are:

  • The introduction of multithreaded modules written in Rust to accelerate the performance of certain portions of Qiskit Terra and improve scaling with larger numbers of qubits. However, when building Qiskit from source a Rust <https://www.rust-lang.org/>__ compiler is now required.

  • More native support for working with a :class:~.Target in the transpiler. Several passes now support working directly with a :class:~.Target object which makes the transpiler robust in the types of backends it can target.

... (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 #276 (819f917) into dev (292bce3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #276   +/-   ##
=======================================
  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...819f917. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #278.