From 70797042acf3d84c3e928eca0608ade774251e75 Mon Sep 17 00:00:00 2001 From: Alex Pozas-Kerstjens Date: Wed, 6 Mar 2024 03:13:27 +0100 Subject: [PATCH] Add arXiv reference --- README.md | 10 +++++----- find_inequalities_ghz.py | 4 ++-- find_inequalities_trident.py | 4 ++-- inequality_evaluation.py | 4 ++-- plots.py | 4 ++-- utils.py | 4 ++-- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1d61ae1..5dacdb0 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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} } ``` diff --git a/find_inequalities_ghz.py b/find_inequalities_ghz.py index 7320033..544330b 100644 --- a/find_inequalities_ghz.py +++ b/find_inequalities_ghz.py @@ -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 # diff --git a/find_inequalities_trident.py b/find_inequalities_trident.py index ad8216a..8545298 100644 --- a/find_inequalities_trident.py +++ b/find_inequalities_trident.py @@ -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 # diff --git a/inequality_evaluation.py b/inequality_evaluation.py index 8960423..b5ec661 100644 --- a/inequality_evaluation.py +++ b/inequality_evaluation.py @@ -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 # diff --git a/plots.py b/plots.py index 4a70bd1..eacc80e 100644 --- a/plots.py +++ b/plots.py @@ -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 # diff --git a/utils.py b/utils.py index 32bb180..a342681 100644 --- a/utils.py +++ b/utils.py @@ -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 #