qiskit-community / qiskit-js

:atom_symbol: Qiskit (Quantum Information Science Kit) for JavaScript
114 stars 30 forks source link

C++ simulator thanks to WASM #5

Open jesusprubio opened 6 years ago

jesusprubio commented 6 years ago

The idea is to compile to include the C++ simulator provided in the regular Qiskit distribution. The plan is to start with Node.js support, some related resources:

Once it works, we would like to explore the idea of compiling it to WASM to get it running into the browser. It would be awesome because maybe (it doesn't depends on me) it could be used in the Quantum Experience website. We explored different options but it was a long time ago, probably a re-research would be needed.

About the actual simulator, I don't work in Qiskit anymore. Now it has its own repo: https://github.com/Qiskit/qiskit-aer

Please ask any doubt, @atilag can help us :).

danbev commented 5 years ago

This sounds interesting. Could some more details around this idea be provided?

jesusprubio commented 5 years ago

Yes, it's an interesting (and not easy) one :smile_cat:.

I'm editing the issue with more information. But please feel free to change the plan or whatever you prefer.