From: Lucas K Date: Tue, 22 Dec 2020 23:08:47 +0000 (-0800) Subject: added prerequisites to README.txt X-Git-Url: https://s3miclassical.com/gitweb/?p=strong_simulation_stabilizer_rank.git;a=commitdiff_plain;h=e282276117f62e7dd30e148e5649920783725cb8 added prerequisites to README.txt --- diff --git a/README.txt b/README.txt index edf351f..2ff284e 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,12 @@ Strong simulation of multi-Pauli measurements using minimal stabilizer state decompositions ------------------------------------------------------------------------------------------- +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.