You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luofan Chen 544f5a0a89
[QFT] Initial commit.
5 years ago
..
README.md [QFT] Initial commit. 5 years ago
compile_flags.txt [QFT] Initial commit. 5 years ago
qft.cpp [QFT] Initial commit. 5 years ago

README.md

QFT

  • To compile (with clang, CUDA):
clang++ qpanda_test.cpp -std=c++14 -fopenmp -I/usr/include/qpanda2 -I/usr/include/qpanda2/ThirdParty -L/usr/lib -lQPanda2 -lcurl -lGPUQGates -L/opt/cuda/lib64 -lcudart -o test
  • check QPanda docs for example.