client-superstaq
client-superstaq copied to clipboard
https://superstaq.readthedocs.io
Adding API module info back into docs (noting that this brings up the old warnings when you build docs)
Similar to #583 . Users might want to see the energy levels of each solution that `submit_qubo()` outputs. Currently, some post-processing removes the energy levels along with several other parameters...
Addresses https://github.com/Infleqtion/client-superstaq/pull/691#discussion_r1321885197
### What is happening? Right now Supermarq generates a Supermarq circuit for the [transverse ising field model](https://github.com/Infleqtion/client-superstaq/blob/5d4bcd115d2cf8effd2bbc25f0fd26ed0059b35b/supermarq-benchmarks/supermarq/benchmarks/hamiltonian_simulation.py#L14). Adding for 2D would allow us to benchmark [utility experiments](https://www.nature.com/articles/s41586-023-06096-3) and prepare for...
### What is happening? External PRs don't have access to the Superstaq API keys so the notebook checks will fail. ### How can we reproduce the issue? Fork `client-superstaq` and...
Use the functionality given by `converters.cirq_to_qiskit` for now (see #18), in the future, an api endpoint will be added to - `cirq-superstaq` -> [PR#265](https://github.com/SupertechLabs/cirq-superstaq/pull/265) - `qiskit-superstaq` -> [PR#176](https://github.com/SupertechLabs/qiskit-superstaq/pull/176)
This is necessary for the ISCA tutorial since [SuperstaQ#1023](https://github.com/SupertechLabs/SuperstaQ/pull/1023) isn't merged yet. If we know that the ECP benchmarks will only be run on IBM machines, then the score function...
### What is happening? currently in qss we only use backends for gate-based targets, which makes the use of qss pretty inconsistent/non-intuitive for qubo devices ### What are the current...