Updated link to published work

This commit is contained in:
Ämin Baumeler 2023-10-12 08:13:29 +02:00
parent 6916498836
commit 7fe558fe83
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.ltex
SOCadmissible
SOCgen
SOCgraphviz

View File

@ -14,7 +14,7 @@ SOC stands for **S**OC **O**bservation **C**ode, and is composed of three C prog
- and the last, `SOCgraphviz`, to translate adjacency matrices into the [Graphviz language](https://graphviz.org/).
- The python script `/tools/removeiso.py` removes isomorphic graphs.
The first two programs are used in support of Conjecture 1 in the article [Admissible Causal Structures and Correlations, arXiv:2210.12796 \[quant-ph\]](https://arxiv.org/abs/2210.12796).
The first two programs are used in support of Conjecture 1 in the article [Admissible Causal Structures and Correlations, PRX Quantum 4, 040307 (2023)](https://doi.org/10.1103/PRXQuantum.4.040307) ([arXiv:2210.12796 \[quant-ph\]](https://arxiv.org/abs/2210.12796)).
## Installation
First, clone this repository, and then simply run