Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions extern/qfr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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++
Expand Down Expand Up @@ -147,7 +145,6 @@ It acts as an intermediate representation and provides the facilitites to
```

Currently available file formats are:

- `OpenQASM` (.qasm)

## Development
Expand Down
1 change: 0 additions & 1 deletion extern/qfr/extern/dd_package/LIMDD improvements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading