Skip to content

Commit 80a92c5

Browse files
Add arXiv reference number
1 parent d1c22ba commit 80a92c5

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Python Versions](https://img.shields.io/pypi/pyversions/graphiq)](https://pypi.org/project/graphiq)
77
[![GitHub Workflow Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/ki3-qbt/graph-compiler/actions)
88
[![Documentation Status](https://readthedocs.org/projects/graphiq/badge/?version=latest)](https://graphiq.readthedocs.io/en/latest/?badge=latest)
9+
[![arXiv Paper](https://img.shields.io/badge/arXiv-2402.09285-red)](https://arxiv.org/abs/2402.09285)
910
[![arXiv Paper](https://img.shields.io/badge/arXiv-2401.00635-red)](https://arxiv.org/abs/2401.00635)
1011
[![codecov](https://codecov.io/gh/graphiq-dev/graphiq/branch/main/graph/badge.svg)](https://codecov.io/gh/graphiq-dev/graphiq)
1112
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
@@ -87,7 +88,7 @@ circuit.draw_circuit()
8788

8889
## Documentation
8990
Documentation can be found [here](https://graphiq.readthedocs.io/en/latest/?badge=latest).
90-
See also "GraphiQ: Quantum circuit design for photonic graph states" (arXiv link),
91+
See also "GraphiQ: Quantum circuit design for photonic graph states" (https://arxiv.org/abs/2402.09285),
9192
and
9293
"Optimization of deterministic photonic graph state generation via local operations" (https://arxiv.org/abs/2401.00635)
9394

@@ -103,7 +104,14 @@ Quantum Bridge continues to maintain and develop new versions of GraphiQ. Collab
103104
GraphiQ is licensed under an Apache License Version 2.0.
104105

105106
## Citation
106-
@Article{bib}
107-
108-
107+
```
108+
@article{
109+
title={GraphiQ: Quantum circuit design for photonic graph states},
110+
author={Jie Lin and Benjamin MacLellan and Sobhan Ghanbari and Julie Belleville and Khuong Tran and Luc Robichaud and Roger G. Melko and Hoi-Kwong Lo and Piotr Roztocki},
111+
year={2024},
112+
eprint={2402.09285},
113+
archivePrefix={arXiv},
114+
primaryClass={quant-ph}
115+
}
116+
```
109117

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![PyPI Version](https://img.shields.io/pypi/v/graphiq)](https://pypi.org/project/graphiq)
1010
[![Python Versions](https://img.shields.io/pypi/pyversions/graphiq)](https://pypi.org/project/graphiq)
1111
[![GitHub Workflow Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/ki3-qbt/graph-compiler/actions)
12+
[![arXiv Paper](https://img.shields.io/badge/arXiv-2402.09285-red)](https://arxiv.org/abs/2402.09285)
1213
[![arXiv Paper](https://img.shields.io/badge/arXiv-2401.00635-red)](https://arxiv.org/abs/2401.00635)
1314
[![codecov](https://codecov.io/gh/graphiq-dev/graphiq/branch/main/graph/badge.svg)](https://codecov.io/gh/graphiq-dev/graphiq)
1415

0 commit comments

Comments
 (0)