client-superstaq icon indicating copy to clipboard operation
client-superstaq copied to clipboard

https://superstaq.readthedocs.io

Results 70 client-superstaq issues
Sort by recently updated
recently updated
newest added

### What is happening? The installation of -superstaq on Windows throws the following error: ``` File "C:\Users\viet.phamngoc\AppData\Local\Temp\pip-build-env-k7mfbk84\overlay\Lib\site-packages\setuptools\config\expand.py", line 215, in _load_spec spec.loader.exec_module(module) # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 936,...

bug

### What is happening? Trying to cancel a job raises a NotImplementedError ![image](https://github.com/Infleqtion/client-superstaq/assets/108485140/7a8eaaea-6810-4f40-8cf7-b70e0f7495e5) ### What are the current alternatives? _No response_ ### Any additional context? _No response_

enhancement
area/feature-request
customer-request

### What is happening? A Superstaq job (`superstaq_job`) was submitted to `cq_hilbert_qpu` backend. I can view compiled circuit(s) associated with that job by calling `superstaq_job.compiled_circuits()`. No issue with that so...

bug

### What is happening? I get a pip warning when trying to install `checks-superstaq` and `cirq-superstaq` in series from a fresh environment: ```bash ERROR: pip's dependency resolver does not currently...

bug

### What is happening? I'm trying to use `cq_compile` on single qubit circuits where gates are separated by barriers, but the output circuit appears to not respect the barriers. See...

bug

We added this as a quickfix https://github.com/Infleqtion/client-superstaq/blob/52af3b6094038e02678e715ecbdd1c6a0afad6fe/check/pytest_.py#L10

area/inbox-zero
reminder

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

```python import qiskit import qiskit_superstaq as qss qc = qiskit.QuantumCircuit(2, 2) qc.cz(0, 1) qc.measure_all() print(qc) # prints # ░ ┌─┐ # q_0: ─■──░─┤M├─── # │ ░ └╥┘┌─┐ # q_1: ─■──░──╫─┤M├...

project/qscout

Assert that this info is in the correct format before passing them to the server,

project/hilbert

### 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