balewski
balewski
### Informations - **Qiskit version**: - $ pip list | grep qiskit qiskit 0.36.2 qiskit-aer 0.10.4 qiskit-aqua 0.9.2 qiskit-experiments 0.3.1 qiskit-ibmq-provider 0.19.1 qiskit-ignis 0.7.1 qiskit-terra 0.20.2 - **Python version**: -...
**Is your feature request related to a problem? Please describe.** I'd like to be able to track acquired cost per task, after task has been executed. When I submit a...
I'm running Braket simulation locally on machines with 64 cores and ~420 GB of RAM. I can allocate 10 such nodes for few hours. I'd like to be able to...
When I submit Aquila job which requests more than 1k shots it is rejected by Braket. Can you please bump up this limit to 5k or 10k? I run problems...
For some analysis, say evaluation of stability of the HW, one needs to see the bistrings from all shots, presented as a list. Currently you provide only the summary in...
Currently you provide access to bitstrings from the measured final state of AHS evolution. ``` job = AwsQuantumTask(arn=task_arn, poll_timeout_seconds=30) rawBitstr=job.result().get_counts() ``` For debugging purposes I'd like to have access to...
Hi, I'm using Quantinuum user name & password to activate api = QuantinuumAPI(token_store = cred_storage). It stopped working recently. Can you tell me how to change the code below so...
**Is your feature request related to a problem? Please describe.** When inside Jupyter notebook I navigate the BokheJS wiget produced by `emu_batch.source.show()` , the whole notebook scrolls to the top...
### Information core@32b1bb668001:~$ pip3 list |grep qiskit qiskit 0.45.1 qiskit-aer 0.13.3 qiskit-algorithms 0.2.1 qiskit-ibm-provider 0.7.3 qiskit-ibm-runtime 0.17.0 qiskit-ibmq-provider 0.20.2 qiskit-ionq 0.4.7 qiskit-machine-learning 0.7.1 qiskit-terra 0.45.1 - **Python version**: - python3...
**Describe the bug** I’m resurrecting my old Bloquade code which uses parametric waveform and now I see crash in emu_batch.source.show() ValueError: Variable sweep_time not assigned Despite I do it after...