Skip to content

Commit

Permalink
Add arXiv reference
Browse files Browse the repository at this point in the history
  • Loading branch information
apozas committed Dec 21, 2022
1 parent 288b0a9 commit b1cc28a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Computational appendix of *[Certification of non-classicality in all links of a photonic star network without assuming quantum mechanics](https://www.arxiv.org/abs/2212.xxxxx)*
## Computational appendix of *[Certification of non-classicality in all links of a photonic star network without assuming quantum mechanics](https://www.arxiv.org/abs/2212.09765)*
#### Ning-Ning Wang, Alejandro Pozas-Kerstjens, Chao Zhang, Bi-Heng Liu, Yun-Feng Huang, Chuan-Feng Li, Guang-Can Guo, Nicolas Gisin, and Armin Tavakoli

This is a repository containing the computational appendix of the article "*Certification of non-classicality in all links of a photonic star network without assuming quantum mechanics*. Ning-Ning Wang, Alejandro Pozas-Kerstjens, Chao Zhang, Bi-Heng Liu, Yun-Feng Huang, Chuan-Feng Li, Guang-Can Guo, Nicolas Gisin, and Armin Tavakoli. [arXiv:2212.xxxxx](https://www.arxiv.org/abs/2212.xxxxx)." It provides a detailed explanation of how to write the linear programming problems associated to hybrid classical-nonsignaling-nonsignaling inflations of the three-star network, and the necessary codes for obtaining the witnesses of full network nonlocality depicted in the manuscript.
This is a repository containing the computational appendix of the article "*Certification of non-classicality in all links of a photonic star network without assuming quantum mechanics*. Ning-Ning Wang, Alejandro Pozas-Kerstjens, Chao Zhang, Bi-Heng Liu, Yun-Feng Huang, Chuan-Feng Li, Guang-Can Guo, Nicolas Gisin, and Armin Tavakoli. [arXiv:2212.09765](https://www.arxiv.org/abs/2212.09765)." It provides a detailed explanation of how to write the linear programming problems associated to hybrid classical-nonsignaling-nonsignaling inflations of the three-star network, and the necessary codes for obtaining the witnesses of full network nonlocality depicted in the manuscript.

All code is written in Python.

Expand All @@ -13,13 +13,13 @@ Libraries required:
- [sympy](https://www.sympy.org/) for symbolic manipulations

If you would like to cite this work, please use the following format:
N.-N. Wang, A. Pozas-Kerstjens, C. Zhang, B.-H. Liu, Y.-F. Huang, C.-F. Li, G.-C. Guo, N. Gisin, and A. Tavakoli, _Certification of non-classicality in all links of a photonic star network without assuming quantum mechanics_, arXiv:2212.xxxxx
N.-N. Wang, A. Pozas-Kerstjens, C. Zhang, B.-H. Liu, Y.-F. Huang, C.-F. Li, G.-C. Guo, N. Gisin, and A. Tavakoli, _Certification of non-classicality in all links of a photonic star network without assuming quantum mechanics_, arXiv:2212.09765

```
@misc{threestarfnn,
title = {Certification of non-classicality in all links of a photonic star network without assuming quantum mechanics},
author = {Wang, Ning-Ning and Pozas-Kerstjens, Alejandro and Zhang, Chao and Liu, Bi-Heng and Huang, Yun-Feng and Li, Chuan-Feng and Guo, Guang-Can and Gisin, Nicolas and Tavakoli, Armin},
eprint = {2212.xxxxx},
eprint = {2212.09765},
archivePrefix={arXiv}
}
```
8 changes: 4 additions & 4 deletions ThreeStarFNNInequalities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Computational appendix of [arXiv:2212.xxxxx](https://www.arxiv.org/abs/2212.xxxxx)\n",
"Computational appendix of [arXiv:2212.09765](https://www.arxiv.org/abs/2212.09765)\n",
"---\n",
"\n",
"In this notebook we perform a step-by-step implementation of the hybrid classical-nonsignaling inflation of the three-branch scenario presented in [arXiv:2212.xxxxx](https://www.arxiv.org/abs/2212.xxxxx) and obtain the full network nonlocality witnesses presented there, namely Equation (4).\n",
"In this notebook we perform a step-by-step implementation of the hybrid classical-nonsignaling inflation of the three-branch scenario presented in [arXiv:2212.09765](https://www.arxiv.org/abs/2212.09765) and obtain the full network nonlocality witnesses presented there, namely Equation (4).\n",
"\n",
"Authors: Alejandro Pozas-Kerstjens\n",
"\n",
"Requires: [mosek](https://www.mosek.com/) >= 9.1.13 & <= 9.2.28, [numpy](https://numpy.org/), [picos](https://picos-api.gitlab.io/picos/)<=2.2.55, [qutip](http://qutip.org/), [sympy](https://www.sympy.org/)\n",
"Requires: [mosek](https://www.mosek.com/) >= 9.1.13 & <= 9.2.28, [numpy](https://numpy.org/), [picos](https://picos-api.gitlab.io/picos/) <= 2.2.55, [qutip](http://qutip.org/), [sympy](https://www.sympy.org/)\n",
"\n",
"Last updated: 12 Dec, 2022\n",
"Last updated: 21 Dec, 2022\n",
"\n",
"## Introduction\n",
"\n",
Expand Down

0 comments on commit b1cc28a

Please sign in to comment.