Replies: 1 comment 3 replies
-
|
Hi @arejula27, thanks for your question. At the moment, we don't support C/C++ natively. However, the library (qibo & qibolab) accepts qasm or qibo raw json representation of circuits as input for execution on simulation or hardware (qibolab can execute qasm from c/c++ and rust). For remote execution, in terms of server-side code, we have some beta code in development which is being used for our cloud setup and in principle could be adjusted to match other HPC setups. If you are interested in the latter point, we can arrange a call. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use Qibo from an HPC system. My idea is to have multiple MPI processes, with one of them communicating with the Qibo backend. My processes are written in C, which is another challenge, as I have only found references for Python. Would this be possible with Qibo?

Beta Was this translation helpful? Give feedback.
All reactions