Skip to content

Commit aba8061

Browse files
authored
address package registration feedback
1 parent 927656d commit aba8061

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# News
22

3-
## v1.0.0 - 2025-04-29
3+
## v0.1.0 - 2025-06-13
44

5-
- first release
5+
- Simulation capabilities for commond gates.
6+
- Simulation capabilities for Pauli noise.
7+
- Simple genetic algorithm for optimization of circuits
8+
- Simple Pluto UI example

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QEPOptimize"
22
uuid = "9f67e06f-6394-43be-a72d-a2000081c01d"
33
authors = ["Stefan Krastanov <[email protected]>", "QEPOptimize contributors"]
4-
version = "1.0.0"
4+
version = "0.1.0"
55

66
[deps]
77
BPGates = "2c1a90cd-bec4-4415-ae35-245016909a8f"

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
to run an example that simply evaluates the performance of a hardcoded circuit:
1+
# QEPOptimize.jl
22

3-
```
4-
julia --project=. -tauto,auto example/evaluate.jl
5-
```
3+
A framework for optimization of entanglement purification circuits based on the [BPGates.jl simulator](https://github.com/QuantumSavory/BPGates.jl/), following methods published in ["Optimized Entanglement Purification"](https://quantum-journal.org/papers/q-2019-02-18-123/) and ["Faster-than-Clifford simulations of entanglement purification circuits and their full-stack optimization"](https://www.nature.com/articles/s41534-024-00948-0).
64

7-
to run an actual optimization
8-
9-
```
10-
julia --project=. -tauto,auto example/optimize.jl
11-
```
5+
The examples folder contains a Pluto notebook with a user-friendly UI for generating optimized entanglement distillation circuits and lists how the public API of this library is to be used.

0 commit comments

Comments
 (0)