Open ghost opened 5 years ago
Hi cuber12,
This repo doesn't contain QuEST itself, which you can obtain here. This repo combines the data and source files from several different tested platforms and may take more effort than it's worth to wrangle back to life (and the code is very messy). It'd be much easier to just copy/paste the code you want from this file into your own source file. Note QuEST is currently v2 so some of the API has changed!
Thanks, Tyson
I learnt about this repository from the "nature scientific reports" paper (https://www.nature.com/articles/s41598-019-47174-9.pdf). I would like to run the benchmarks on my GPU and it seems that some header files (in QuEST_GPU and CToolsCPP) are not present in this repository. For e.g. executing "make" in the CGPU directory gives me the following error:
make nvcc -dc -O2 -arch=compute_35 -code=sm_35 -lineinfo RandomCircuitBenchmarker.cpp In file included from RandomCircuitBenchmarker.cpp:10:0: RandomCircuit.h:4:36: fatal error: ../../QuEST_GPU/qubits.h: No such file or directory
include "../../QuEST_GPU/qubits.h"
compilation terminated. make: *** [RandomCircuitBenchmarker.o] Error 1