Ryan Hill
Ryan Hill
I think doing something like this should work: ```python from qiskit import QuantumCircuit, QuantumRegister, transpile from qbraid.runtime import QiskitRuntimeProvider qr = QuantumRegister(4) circuit1 = QuantumCircuit(qr) circuit1.cx(0, 1) circuit1.cx(2, 3) circuit2...
That's for raising this! Should be an easy fix
Thanks for reporting this! Will take a look first thing tomorrow.
Hi @xthecapx, there seemed to be some internal server error that caused the first job you submitted to fail, and the second one to be caught in this initializing state....
Hi @xthecapx, very sorry about this. I think that you're right that it has to do with the high gate count. Because I just tested the following example and it...
Hi @xthecapx sorry for the delay, been busy at the conference and haven't had time to look at this. Will prioritize it for Monday.
@anomius Go for it!
Hi @dhanaabhirajk! Yes, as part of this integration, we're working on building this runtime module to enable submitting jobs directly to Rigetti, bypassing middlemen like AWS or Azure. Regarding the...
*Update*: The Rigetti team will be granting QCS access to any Unitary Hack participants interested in working on this issue. To request access, please visit: https://qcs.rigetti.com/request-access. In the "Additional Notes"...
@dhanaabhirajk Yep!