deleted incorrect var numPaulis and replaced with numrandomsteps in test2 bash script
[strong_simulation_stabilizer_rank.git] / README.txt
index edf351f7a499cc96af6178482016be3aa6fa8d93..974521247cf16562f6055e13bc328dec427e2fc3 100644 (file)
@@ -1,6 +1,14 @@
 Strong simulation of multi-Pauli measurements using minimal stabilizer state decompositions
 -------------------------------------------------------------------------------------------
 
+See the draft at [https://arxiv.org/abs/2012.11739] for an introduction and description of this code.
+
+PREREQUISITES:
+
+You will need the Lapacke library to run strongsim[1-12]_rellerr.c (in particular, the lapacke.h header).
+For instance, in Debian, you can obtain this by running:
+$ sudo apt install liblapacke-dev
+
 BUILD:
 
 1. We start with the code that scales quadratically with stabilizer rank because it calculates expectation values to zero relative error. Build code for stabilizer rank tensor multiple you'd like to use. Here we choose k=6.