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.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| README.md | 5 years ago | |
| compile_flags.txt | 5 years ago | |
| qft.cpp | 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.