Skip to content

Commit

Permalink
Add arXiv reference
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Mar 6, 2024
1 parent c22a44a commit 7079704
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Code to accompany *[Guarantees on the network structure of experimental quantum networks](https://www.arxiv.org/abs/2403.xxxxx)*
## Code to accompany *[Guarantees on the structure of experimental quantum networks](https://www.arxiv.org/abs/2403.xxxxx)*
#### Andrés Ulibarrena, Jonathan W. Webb, Alexander Pickston, Joseph Ho, Alessandro Fedrizzi, and Alejandro Pozas-Kerstjens

This is a repository containing the computational appendix of the article "*Guarantees on the network structure of experimental quantum networks*. Andrés Ulibarrena, Jonathan W. Webb, Alexander Pickston, Joseph Ho, Alessandro Fedrizzi, and Alejandro Pozas-Kerstjens [arXiv:2403.xxxxx](https://www.arxiv.org/abs/2403.xxxxx)." It provides the codes for obtaining the results depicted in the figures in the manuscript, and the Bell-like inequalities found.
This is a repository containing the computational appendix of the article "*Guarantees on the structure of experimental quantum networks*. Andrés Ulibarrena, Jonathan W. Webb, Alexander Pickston, Joseph Ho, Alessandro Fedrizzi, and Alejandro Pozas-Kerstjens [arXiv:2403.02376](https://www.arxiv.org/abs/2403.02376)." It provides the codes for obtaining the results depicted in the figures in the manuscript, and the Bell-like inequalities found.

The code is written in Python.

Expand Down Expand Up @@ -56,14 +56,14 @@ corresponds to the term ![](https://latex.codecogs.com/svg.latex?0.5p_{BCD}(0,0,
#### Citing
If you would like to cite this work, please use the following format:

A. Ulibarrena, J. W. Webb, A. Pickston, J. Ho, A. Fedrizzi, and A. Pozas-Kerstjens, _Guarantees on the network structure of experimental quantum networks_, arXiv:2403.xxxxx
A. Ulibarrena, J. W. Webb, A. Pickston, J. Ho, A. Fedrizzi, and A. Pozas-Kerstjens, _Guarantees on the structure of experimental quantum networks_, arXiv:2403.02376

```
@misc{ulibarrena2024guarantees,
title = {Guarantees on the network structure of experimental quantum networks},
title = {Guarantees on the structure of experimental quantum networks},
author = {Ulibarrena, Andrés and Webb, Jonathan W. and Pickston, Alexander and Ho, Joseph and Fedrizzi, Alessandro and Pozas-Kerstjens, Alejandro},
archivePrefix = {arXiv},
eprint = {2403.xxxxx},
eprint = {2403.02376},
year = {2024}
}
```
4 changes: 2 additions & 2 deletions find_inequalities_ghz.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Code for
#
# Guarantees on the network structure of experimental quantum networks
# Guarantees on the structure of experimental quantum networks
#
# arXiv:2310.xxxxx
# arXiv:2403.02376
#
# Authors: Alejandro Pozas-Kerstjens
#
Expand Down
4 changes: 2 additions & 2 deletions find_inequalities_trident.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Code for
#
# Guarantees on the network structure of experimental quantum networks
# Guarantees on the structure of experimental quantum networks
#
# arXiv:2310.xxxxx
# arXiv:2403.02376
#
# Authors: Alejandro Pozas-Kerstjens
#
Expand Down
4 changes: 2 additions & 2 deletions inequality_evaluation.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Code for
#
# Guarantees on the network structure of experimental quantum networks
# Guarantees on the structure of experimental quantum networks
#
# arXiv:2310.xxxxx
# arXiv:2403.02376
#
# Authors: Alejandro Pozas-Kerstjens
#
Expand Down
4 changes: 2 additions & 2 deletions plots.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Code for
#
# Guarantees on the network structure of experimental quantum networks
# Guarantees on the structure of experimental quantum networks
#
# arXiv:2310.xxxxx
# arXiv:2403.02376
#
# Authors: Alejandro Pozas-Kerstjens
#
Expand Down
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Code for
#
# Guarantees on the network structure of experimental quantum networks
# Guarantees on the structure of experimental quantum networks
#
# arXiv:2310.xxxxx
# arXiv:2403.02376
#
# Authors: Alejandro Pozas-Kerstjens
#
Expand Down

0 comments on commit 7079704

Please sign in to comment.