-
Hello, I'd like to suggest adding a feature that is similar to Binder, where users will be able to launch the benchmarking notebooks and have pre-made python environments for running the notebooks as…
-
We've recently added a function [`qbraid.interface.circuit_drawer()`](https://github.com/qBraid/qBraid/blob/dbb13874193b5b0619a66e51ec49d878f9d22b15/qbraid/interface/draw.py#L23) that takes any suppor…
-
Right now, the [`qbraid.get_devices`](https://github.com/qBraid/qBraid/blob/581f3d7801040b5979c095aa0b83a15794c3f842/qbraid/get_devices.py#LL142C17-L142C47) function returns all of the available devic…
-
### Environment
- **Python version**:
- **Operating system**:
### What happened?
Cirq will decompose gate during transpile
### What is the expected outcome?
It shouldn't transpile if its frame…
-
We are building a classifier/prediction model that attempts to classify quantum computers based on quantum random number (QNRG) output data. We are looking to improve the performance (in other words, …
-
Currently, if you try to run a `pytket` circuit on an IonQ device, there is redundant conversion between `pytket` and `braket`.
If you submit a `pytket` circuit to the `AwsDeviceWrapper.run` method…
-
**Describe the bug**
Braket is not respecting my choice of measured qubits. It measures all 3 qubits and changes my order of measurement. This circuit produces: Counter({'110': 7, '000': 3}) , but i…
-
We want to update our readthedocs page so that it uses a header that matches our homepage to make it seem more like all of one website. Our current readthedocs page looks as follows:
And our h…
-
### Environment
- **Python version**: 3.10
- **Operating system**: (Amazon Linux 2 operating system)
Relevant Python packages:
```
qbraid==0.5.0
qiskit==0.45.2
qiskit-aer==0.13.2
qiskit-br…
-
### What should we have?
we should have clear documentation for some of the function/class, like
- [ ] code documentaiton
- https://github.com/qBraid/qBraid/blob/aaa5239c5b3b533be42aa2ceb55bf2207…