-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels