Skip to content

missing header files or folders #1

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions