QuantumBFS / Yao.jl

Extensible, Efficient Quantum Algorithm Design for Humans.
https://yaoquantum.org
Other
924 stars 123 forks source link

Real quantum hardware #253

Open VarLad opened 4 years ago

VarLad commented 4 years ago

Is there a way to run these programs on actual available quantum hardware? Like compilation into openqasm code which could be imported on ibm quantum experience?

Roger-luo commented 4 years ago

unfortunately, we don't yet have the support for real hardware. There are some early stage work about this here: https://github.com/QuantumBFS/YaoQASM.jl

but we do have plans to support hardware from YaoLang compiler side

Roger-luo commented 3 years ago

some updates on this:

we are planning to support IBM Q and AWS Braket now, which means supporting IBM, Rigetti, IonQ machines as well as their simulators.

Progress:

besides the above hardware integration, the QASM compilation is done via YaoLang and the parser is in a single package now: https://github.com/QuantumBFS/OpenQASM.jl

the above features will be in YaoLang repo and eventually goes into Yao.jl functionality when they are stable.