tequilahub / tequila

A High-Level Abstraction Framework for Quantum Algorithms
MIT License
370 stars 103 forks source link

CUDA-Q #374

Open westurner opened 6 days ago

westurner commented 6 days ago

How can tequila implement support for CUDA-Q?

NVIDIA/cuda-quantum; CUDA-Q:

NVIDIA/cuda-q-academic: https://github.com/NVIDIA/cuda-q-academic :

Sources that may be useful:

kottmanj commented 5 days ago

Hi, the Cudaq support is currently being developed. We hope it will be ready soon, but it will potentially still take a little time. Should be there at some point in December. I flag it here once online.

But if you want to try it yourself, you need to create a new backend in src/tequila/simulators derived from simulator_base.py. I would just check out how the qulacs backend is integrated.