From afd88da810cfa539905baa6c96d9da12bc659689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 04:05:22 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6e8ad40..c71364d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -87,7 +87,7 @@ jobs: working-directory: ${{github.workspace}}/build/test run: ctest --build-config Debug --output-on-failure --repeat until-pass:3 --timeout 300 --tests-regex "CircuitSimTest.*|LimTest.*(tiny|simple|randomCliffordCircuit_([3-9]|1[0-5]))" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true use_oidc: true From 1b49df1a362bb5f009a94ff19abae1c5d70a6517 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 04:05:50 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20pre-commit=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extern/qfr/README.md | 3 --- extern/qfr/extern/dd_package/LIMDD improvements.md | 1 - 2 files changed, 4 deletions(-) diff --git a/extern/qfr/README.md b/extern/qfr/README.md index 02ed91f..2909622 100644 --- a/extern/qfr/README.md +++ b/extern/qfr/README.md @@ -65,7 +65,6 @@ It acts as an intermediate representation and provides the facilitites to - **Obtain intermediate representations from circuit descriptions.** Currently available file formats are: - - `OpenQASM` (e.g. used by [Qiskit](https://github.com/Qiskit/qiskit)) - `Real` (e.g. from [RevLib](http://revlib.org)) - `GRCS` Google Random Circuit Sampling Benchmarks (see [GRCS](https://github.com/sboixo/GRCS)) @@ -90,7 +89,6 @@ It acts as an intermediate representation and provides the facilitites to - **Generate circuit representations for important quantum algorithms.** Currently available algorithms are: - - Entanglement ```c++ @@ -147,7 +145,6 @@ It acts as an intermediate representation and provides the facilitites to ``` Currently available file formats are: - - `OpenQASM` (.qasm) ## Development diff --git a/extern/qfr/extern/dd_package/LIMDD improvements.md b/extern/qfr/extern/dd_package/LIMDD improvements.md index e8dcdec..7095ee4 100644 --- a/extern/qfr/extern/dd_package/LIMDD improvements.md +++ b/extern/qfr/extern/dd_package/LIMDD improvements.md @@ -140,7 +140,6 @@ The following functions in `PauliAlgebra.hpp` currently possibly have memory lea - (done) in `LimWeight` class, make the LimEntry<> object a data field instead of a pointer - (done) refactor `struct LimWeight` so that the `LimEntry<>` object is an object, not a pointer - fix the memory leaks in `normalizeLIMDDPauli()`, resulting from bad management of `oldNode`. - - (done) make the LIMs of `oldNode` pointers to objects on the stack - (done) carefully proofread the function `getIsomorphismPauli` and `constructStabilizerGeneratorSetPauli`, to recursively verify that