Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Bump qxelarator from 0.7.2 to 0.7.3#372

Merged
github-actions[bot] merged 1 commit intodevfrom
dependabot/pip/qxelarator-0.7.3
Jan 28, 2025
Merged

Bump qxelarator from 0.7.2 to 0.7.3#372
github-actions[bot] merged 1 commit intodevfrom
dependabot/pip/qxelarator-0.7.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2025

Bumps qxelarator from 0.7.2 to 0.7.3.

Release notes

Sourced from qxelarator's releases.

Release 0.7.3

Added

  • Documentation: GitHub pages.
  • Linters: .clang-format and .clang-tidy.
  • Integrate with libqasm 0.6.8 release:
    • Add gate modifiers. Notice though that pow only works with integer exponents.

Changed

  • Implement instructions as a hierarchy.
  • Implement GateConvertor as a CircuitBuilder.
  • Implement BasisVector as a boost::dynamic_bitset<uint32_t>.
  • Implement RegisterManager as a singleton.
  • Change QuantumState by taking the measurement register out of it.
  • Change Circuit::execute to return a SimulationIterationContext.
  • Change Matrix and DenseUnitaryMatrix to use std::vector instead of std::array.
  • Change file, functions, and variable names.

Removed

  • abseil library dependency.
Changelog

Sourced from qxelarator's changelog.

[ 0.7.3 ] - [ 2025-01-27 ]

Added

  • Documentation: GitHub pages.
  • Linters: .clang-format and .clang-tidy.
  • Integrate with libqasm 0.6.8 release:
    • Add gate modifiers. Notice though that pow only works with integer exponents.

Changed

  • Implement instructions as a hierarchy.
  • Implement GateConvertor as a CircuitBuilder.
  • Implement BasisVector as a boost::dynamic_bitset<uint32_t>.
  • Implement RegisterManager as a singleton.
  • Change QuantumState by taking the measurement register out of it.
  • Change Circuit::execute to return a SimulationIterationContext.
  • Change Matrix and DenseUnitaryMatrix to use std::vector instead of std::array.
  • Change file, functions, and variable names.

Removed

  • abseil library dependency.
Commits
  • 3b1843c Merge pull request #182 from QuTech-Delft/update-master-to-release-0.7.3
  • 0bd806f Merge branch 'develop' into update-master-to-release-0.7.3
  • 297731f Merge pull request #181 from QuTech-Delft/release-0.7.3
  • 8bf9768 Fix assets.yaml.
  • 59bc845 Creating release 0.7.3.
  • fc578fc Merge pull request #178 from QuTech-Delft/CQT-284-Integrate-libQASM-0.6.8-int...
  • a73a53f Declare Matrix variables without using Row.
  • 6f97bb9 Pass linters.
  • b6231db Add test/operands_helper.cpp.
  • c80fa41 Fix bug in get_cqasm_v3x_sgmq_group_indices.
  • Additional commits viewable in compare view

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 [qxelarator](https://github.com/QuTech-Delft/qx-simulator) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/QuTech-Delft/qx-simulator/releases)
- [Changelog](https://github.com/QuTech-Delft/qx-simulator/blob/develop/CHANGELOG.md)
- [Commits](QuTech-Delft/qx-simulator@0.7.2...0.7.3)

---
updated-dependencies:
- dependency-name: qxelarator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 28, 2025
@github-actions github-actions bot merged commit 2f3e3e0 into dev Jan 28, 2025
17 checks passed
@github-actions github-actions bot deleted the dependabot/pip/qxelarator-0.7.3 branch January 28, 2025 07:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants