Skip to content

Commit 9efd47e

Browse files
committed
docs update
1 parent 6b3a318 commit 9efd47e

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
QuantumCircuitOpt.jl Change Log
22
===============================
33

4+
### v0.5.3
5+
- Minor update: SC22 publication added in docs
6+
- README banner update
7+
48
### v0.5.2
59
- Added dependency on `Pkg` package for logging purposes
610
- Renamed gates in `src/examples` folder

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.2"
4+
version = "0.5.3"
55

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

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
<!-- <p align="center">
2-
<img width="790px" src="https://github.com/harshangrjn/QuantumCircuitOpt.jl/blob/master/logo.png" alt="https://github.com/harshangrjn/QuantumCircuitOpt.jl/tree/master/docs/src/assets/docs_header_dark.png"/>
3-
</p> -->
41
<h1 align="center" margin=0px>
52
<img src="https://github.com/harshangrjn/QuantumCircuitOpt.jl/blob/master/docs/src/assets/logo_header_light.png#gh-light-mode-only" width=80%>
63
<img src="https://github.com/harshangrjn/QuantumCircuitOpt.jl/blob/master/docs/src/assets/logo_header_dark.png#gh-dark-mode-only" width=80%>
74
<br>
85
A Julia Package for Optimal Quantum Circuit Design
96
</h1>
107

11-
Status:
8+
Status:
129
[![CI](https://github.com/harshangrjn/QuantumCircuitOpt.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/harshangrjn/QuantumCircuitOpt.jl/actions/workflows/ci.yml)
1310
[![codecov](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl/branch/master/graph/badge.svg?token=KGJWIV6QF4)](https://codecov.io/gh/harshangrjn/QuantumCircuitOpt.jl)
1411
[![version](https://juliahub.com/docs/QuantumCircuitOpt/version.svg)](https://juliahub.com/ui/Packages/QuantumCircuitOpt/dwSy1)
@@ -87,7 +84,7 @@ If you find QuantumCircuitOpt useful in your work, we request you to cite the fo
8784
title={{QuantumCircuitOpt}: An Open-source Framework for Provably Optimal Quantum Circuit Design},
8885
author={Nagarajan, Harsha and Lockwood, Owen and Coffrin, Carleton},
8986
booktitle={SC21: The International Conference for High Performance Computing, Networking, Storage, and Analysis},
90-
series={Workshop on Quantum Computing Software},
87+
series={Second Workshop on Quantum Computing Software},
9188
pages={55--63},
9289
year={2021},
9390
doi={10.1109/QCS54837.2021.00010},

docs/src/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,21 @@ If you find QuantumCircuitOpt useful in your work, we request you to cite the fo
4747
title={{QuantumCircuitOpt}: An Open-source Framework for Provably Optimal Quantum Circuit Design},
4848
author={Nagarajan, Harsha and Lockwood, Owen and Coffrin, Carleton},
4949
booktitle={SC21: The International Conference for High Performance Computing, Networking, Storage, and Analysis},
50-
series={Workshop on Quantum Computing Software},
50+
series={Second Workshop on Quantum Computing Software},
5151
pages={55--63},
5252
year={2021},
5353
doi={10.1109/QCS54837.2021.00010},
5454
organization={IEEE Computer Society}
5555
}
56+
```
57+
Another publication which explores the potential of non-linear programming formulations in the QuantumCircuitOpt package is the following:
58+
```bibtex
59+
@inproceedings{HendersonNagarajanCoffrin2022,
60+
title={Exploring Non-linear Programming Formulations in {QuantumCircuitOpt} for Optimal Circuit Design},
61+
author={Henderson. R, Elena and Nagarajan, Harsha and Coffrin, Carleton},
62+
booktitle={SC22: The International Conference for High Performance Computing, Networking, Storage, and Analysis},
63+
series={Third Workshop on Quantum Computing Software},
64+
year={2022},
65+
organization={IEEE Computer Society}
66+
}
5667
```

0 commit comments

Comments
 (0)