Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump qiskit from 1.1.2 to 1.2.0 #745

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

Bumps qiskit from 1.1.2 to 1.2.0.

Release notes

Sourced from qiskit's releases.

Qiskit 1.2.0

Changelog

Deprecated

  • Deprecate BackendV1 and qiskit.providers.models (backport #12629) (#12864)
  • Deprecate fake backends based on BackendV1 (backport #12660) (#12837)
  • fixes #9355 deprecate visualize_transition (#12287) (#12822)
  • Deprecate V1 Primitives and their utils (#12575)
  • Deprecate Qobj and assemble (#12649)
  • Deprecate accidentally public internal helper methods on QuantumCircuit (#12785)
  • Improve the performance of the ProductFormula synthesizers (#12724)
  • Add warning for bad justify input, in circuit_drawer (#12458)
  • Deprecate tuple-like access to CircuitInstruction (#12640)

Added

  • 'Peephole' optimization - or: collecting and optimizing two-qubit blocks - before routing (#12727) (#12881)
  • Avoid operator creation in transpiler (#12826) (#12875)
  • Port star_preroute to rust (backport #12761) (#12846)
  • Add config option to leverage all cores for sabre (#12780) (#12841)
  • Bitarray postselect (#12693) (#12836)
  • Add AnnotatedOperation.params and fix some control issues (#12752) (#12828)
  • Move generate_preset_pass_manager to a standalone file (#12762)
  • Update version of OpenQASM 3.0 standard library (#12387)
  • Port synth_permutation_depth_lnn_kms to Rust (#12746)
  • Rewrite OpenQASM 3 exporter symbol table (#12776)
  • Port synth_clifford_bm to Rust. (#12714)
  • Update MCX recursive synthesis method to reduce number of CX gates (#12772)
  • Barebone generic backend options (#12747)
  • Adding QFT gate to natively reason about Quantum Fourier Transforms (#11463)
  • Improve the performance of the ProductFormula synthesizers (#12724)
  • Improved MCXVChain with dirty auxiliary qubits (#9687)
  • Oxidize synth_cnot_count_full_pmh (#12588)
  • Add Uniform State Preparation (#12112)
  • Port synth_clifford_greedy to Rust (#12601)
  • Oxidize synth_permutation_acg (#12543)
  • improving quantum_causal_cone method in python (#12668)
  • binary matrices utils in rust (#12456)
  • Add infrastructure for gates, instruction, and operations in Rust (#12459)
  • Add option to user config to control idle_wires in circuit drawer (#12462)
  • [unitaryHACK] Controlling the Insertion of Multi-Qubit Gates in the Generation of Random Circuits #12059 (#12483)
  • Add pos for Parameter (#12496)
  • Update transpile() and generate_preset_pass_manager to convert loose input of constraints to a Target with Target.from_configuration() (#12185)
  • Add DenseLayout trial to SabreLayout (#12453)
  • add insert_barrier argument to UnitaryOverlap (#12321)
  • Add new method for single bitstring target when measuring stabilizerstate probabilities_dict (#12147)
  • Replace initialization method by Isometry in StatePreparation (#12178)

Changed

  • Update metadata of Primitives V2 (#12784) (#12857)
  • Change the default routing_method to sabre (#12806) (#12847)
  • Use rustworkx 0.15.0 features in DAGCircuit.remove_op_node (#12756)

... (truncated)

Changelog

Sourced from qiskit's changelog.

.. _release-notes:

============================== Qiskit |version| release notes

.. These release notes get converted into Markdown files via the infrastructure at https://github.com/Qiskit/documentation, which then gets deployed to https://docs.quantum.ibm.com/api/qiskit/release-notes. Changes to these release notes will update those release notes the next time the API docs are generated for this version.

`:earliest-version:` should be set to the rc1 release for the current minor release series. For example, the stable/1.1 branch should set it to 1.1.0rc1. If on `main`, set to the prior minor version's rc1, like `1.0.0rc1`.

.. release-notes:: :earliest-version: 1.2.0rc1

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 16, 2024
Copy link

codecov bot commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.7%. Comparing base (84c4987) to head (5fb0a96).
Report is 314 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #745   +/-   ##
======================================
  Coverage    97.7%   97.7%           
======================================
  Files         166     166           
  Lines        3247    3247           
  Branches      795     795           
======================================
  Hits         3174    3174           
  Misses         48      48           
  Partials       25      25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [qiskit](https://github.com/Qiskit/qiskit) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/Qiskit/qiskit/releases)
- [Changelog](https://github.com/Qiskit/qiskit/blob/1.2.0/docs/release_notes.rst)
- [Commits](Qiskit/qiskit@1.1.2...1.2.0)

---
updated-dependencies:
- dependency-name: qiskit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/qiskit-1.2.0 branch from b1d4c81 to 5fb0a96 Compare August 16, 2024 11:46
@vprusso vprusso merged commit 2319227 into master Aug 16, 2024
18 checks passed
@vprusso vprusso deleted the dependabot/pip/qiskit-1.2.0 branch August 16, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant