Skip to content

Commit 58e3b4d

Browse files
author
harsha
committed
v0.5.8 updates
1 parent 38e006b commit 58e3b4d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
QuantumCircuitOpt.jl Change Log
22
===============================
33

4-
### Staged
4+
### v0.5.8
55
- Readme update for dark/light theme logo display
66
- Fixed Docs compile issue
7+
- Updated arXiv link for SC22 paper
78

89
### v0.5.7
910
- Clean up in log.jl to validate circuit decomposition upto global phase

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumCircuitOpt"
22
uuid = "88128e30-b60a-4e54-ab02-1050a5f92a36"
33
authors = ["Harsha Nagarajan"]
4-
version = "0.5.7"
4+
version = "0.5.8"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ If you find QuantumCircuitOpt useful in your work, we request you to cite the fo
100100
doi={10.1109/QCS54837.2021.00010},
101101
organization={IEEE Computer Society}
102102
}
103-
```
103+
```
104+
Another publication which explores the potential of non-linear programming formulations in QuantumCircuitOpt is the following: [IEEE link](https://doi.org/10.1109/QCS56647.2022.00009), [arXiv link](https://arxiv.org/abs/2310.18281).

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If you find QuantumCircuitOpt useful in your work, we request you to cite the fo
5656
organization={IEEE Computer Society}
5757
}
5858
```
59-
Another publication which explores the potential of non-linear programming formulations in the QuantumCircuitOpt package is the following ([IEEE link](https://doi.org/10.1109/QCS56647.2022.00009):
59+
Another publication which explores the potential of non-linear programming formulations in the QuantumCircuitOpt package is the following ([IEEE link](https://doi.org/10.1109/QCS56647.2022.00009), [arXiv link](https://arxiv.org/abs/2310.18281)):
6060
```bibtex
6161
@inproceedings{HendersonNagarajanCoffrin2022,
6262
title={Exploring Non-linear Programming Formulations in {QuantumCircuitOpt} for Optimal Circuit Design},

0 commit comments

Comments
 (0)