dowusu-antwi

Results 4 issues of dowusu-antwi

Fixes #144. (edit: Now with circuit drawings.) E.g., ```python import qiskit_superstaq as qss import qiskit qc = qiskit.QuantumCircuit(1) qc.h(0) qc.draw() provider = qss.SuperstaqProvider() compile_result = provider.ibmq_compile(qc, target="ibmq_lagos_qpu") print(compile_result.__repr_pretty__()) # CompilerOutput(...

priority: low

### What is happening? @ColinCampbellCQ would like to run IRB jobs on `lagos`, and so will need to wait for a while in the queue. Thus, perhaps we should allow...

enhancement
area/feature-request
project/hilbert

### What is happening? Move [Supermarq QCVV tutorials](https://github.com/Infleqtion/client-superstaq/tree/main/supermarq-benchmarks/examples/qcvv) to [docs](https://github.com/Infleqtion/client-superstaq/tree/main/docs/source). ### What are the current alternatives? N/A ### Any additional context? N/A

documentation
supermarq
docs-superstaq

### What is happening? Add SU(2) benchmarking to Superstaq/Supermarq QCVVB tools. E.g., see Fig. 2 in Lukin paper [here](https://www.nature.com/articles/s41586-023-06481-y): ![image](https://github.com/user-attachments/assets/f51a7ee2-ac8a-454b-b38a-bd13f93836ca) ### What are the current alternatives? N/A. Should be facilitated...

enhancement
supermarq
area/feature-request
feature-request