-
Thanks for maintaining this project! Would you be interested in submitting it to the Qiskit ecosystem? It'd put AutoSchedulQ in front of more users and puts the project on our radar so we know how Qis…
-
Thanks for maintaining MQT! Would you be interested in submitting `mqt-core` to the Qiskit ecosystem? It'd put the project in front of more users and on our radar so we know how Qiskit is being used. …
-
The qiskit requirement `"qiskit>=0.43.0,=0.43.0,
-
**Summary**
I am encountering a ModuleNotFoundError for qiskit.providers.aer despite successfully installing qiskit-aer. I followed the standard installation procedures and verified the presence of th…
-
When attempting to get the sample matrrix of a qiskit circuit, the process fails with `AttributeError: 'QuantumCircuit' object has no attribute 'are_all_measurements_terminal'`. This error should not…
-
In a virtual environment with python 3.9, have to modify requirements.txt
importlib_metadata
mapomatic==0.6
mthree==0.24
pylatexenc
qiskit==0.46.3
qiskit-aer
qiskit-terra>=0.21
it will ins…
-
## Cuquantum appliance: Can´t install and run own python package package in Cuquantum appliance when using apptainer
I am a user of Cuquantum appliance 24.08 with apptainer container on HPC cluster, a…
-
If an error is obtained during the qiskit -> qasm -> cirq conversion, Mitiq tries to decompose the Qiskit circuit into
more elementary gates.
This trick works in some simple cases but not in many…
-
Hi!
I encountered an issue using cusvaer as the backend while running the cuQuantum Appliance 24.08 (x86_64) in an Apptainer container.
I am attempting to run the cuquantum-benchmark suite with Qisk…
-
```python
from qiskit import QuantumCircuit, QuantumRegister, ClassicalRegister
from pytket.extensions.qiskit import qiskit_to_tk
qubits = QuantumRegister(1)
clbits = ClassicalRegister(1)
circuit = …