From e282276117f62e7dd30e148e5649920783725cb8 Mon Sep 17 00:00:00 2001 From: Lucas K Date: Tue, 22 Dec 2020 15:08:47 -0800 Subject: [PATCH] added prerequisites to README.txt --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.30.2