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 stimcirq from 1.12.1 to 1.13.0 #2236

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2024

Bumps stimcirq from 1.12.1 to 1.13.0.

Release notes

Sourced from stimcirq's releases.

v1.13.0 - Freed Flows

Flagship changes:

  • Added support for representing and verifying stabilizer flows (stim.Flow, stim.Circuit.has_flow, stim.Circuit.detecting_regions)

Notable changes:

  • New top-level methods/types:
    • Added stim.Flow class for representing stabilizer flows
    • Added stim.target_pauli
    • Added stim.target_combined_paulis
    • Added stim.PauliStringIterator
  • New stim.Circuit methods:
    • Added stim.Circuit.decomposed
    • Added stim.Circuit.detecting_regions
    • Added stim.Circuit.to_qasm
    • Added stim.Circuit.has_flow
    • Added stim.Circuit.has_all_flows
    • Added stim.Circuit.shortest_error_sat_problem
    • Added stim.Circuit.likeliest_error_sat_problem
  • New stim.GateData methods:
    • Added stim.GateData.{__eq__,__ne__,__repr__,__init__,__str__}
    • Added stim.GateData.flows
    • Added stim.GateData.generalized_inverse
    • Added stim.GateData.inverse
  • New stim.PauliString methods:
    • stim.PauliString.__init__ now allows sparse syntax (like stim.PauliString("-X50*Z99"))
    • Added stim.PauliString.iter_all
    • Added stim.PauliString.pauli_indices
    • Added stim.PauliString.weight
    • Sped up stim.PauliString.{after,before} by over 10x
  • New stim.Tableau methods:
    • Added stim.Tableau.to_circuit("graph_state")
    • Added stim.Tableau.to_circuit("mpp_state")
    • Added stim.Tableau.to_circuit("mpp_state_unsigned")
    • Added stim.Tableau.to_stabilizers
    • Sped up stim.Tableau.from_stabilizers by over 200x
  • New stim.FlipSimulator methods:
    • Added stim.FlipSimulator.broadcast_pauli_errors
  • New gates:
    • Added CZSWAP gate (with alias SWAPCZ)
    • Added SPP gate (generalized S gate that applies to Pauli products)
    • Added SPP_DAG (inverse of SPP)
  • Added sinter.FusionBlossomCompiledDecoder, speeding up decoding with fusion blossom
  • Added sinter plot --ymax command line argument
  • stimcirq now converts PAULI_CHANNEL_2 into cirq's native asymmetric channel
  • Added Bloch Rotation (Euler angles) to gate documentation
  • Added prebuilt wheels for python 3.12
  • Tweaked sinter plot's marker/color ordering to increase how many curves are needed to get two curves that look similar

... (truncated)

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)

Bumps [stimcirq](https://github.com/quantumlib/stim) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/quantumlib/stim/releases)
- [Commits](quantumlib/Stim@v1.12.1...v1.13.0)

---
updated-dependencies:
- dependency-name: stimcirq
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the infrastructure For issues related to building, packaging, and continuous integration. label Mar 19, 2024
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.28%. Comparing base (671c8db) to head (18a5056).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2236   +/-   ##
=======================================
  Coverage   98.28%   98.28%           
=======================================
  Files          90       90           
  Lines        4257     4257           
=======================================
  Hits         4184     4184           
  Misses         73       73           

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

@cosenal cosenal merged commit c5b2acd into master Mar 28, 2024
17 checks passed
@cosenal cosenal deleted the dependabot/pip/stimcirq-1.13.0 branch March 28, 2024 14:02
cosenal pushed a commit that referenced this pull request Jun 26, 2024
Bumps [stimcirq](https://github.com/quantumlib/stim) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/quantumlib/stim/releases)
- [Commits](quantumlib/Stim@v1.12.1...v1.13.0)

---
updated-dependencies:
- dependency-name: stimcirq
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure For issues related to building, packaging, and continuous integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant