-
### What should we add?
Because RXGate is available as a basis gate thanks to the fractional gates support, it would be nice if Qiskit could optimize UGate into 1 RXGate + 2 RZGate as follows.
```py…
-
**Describe the bug**
/src/pycisTopic/gene_annotation.py, line 668
/src/pycisTopic/cli/subcommand/qc.py, line 212, 219: there is no parameter 'has_header', I think it should be 'include_header'.
a…
-
## Expected behavior
The output of Pytket when reading the QASM and exporting it again should preserve the semantics, maintaining the original register positions. This behavior is consistent with othe…
-
**Versions**
`poppunk v2.7.0`
**Requested Feature**
`--qc-keep` is currently only available when running `poppunk`. This would be a useful feature when updating a database using `poppunk_assign`.
-
Here is the warning message that I saw in the log file.
```console
--
Spinal Cord Toolbox (git-master-72f072555f97e8417260869567b34f8d0c5f5166)
sct_process_segmentation -i sub-HC001_acq-sagCer…
-
### Informations
- **Qiskit Aer version**: 0.15.1
- **Python version**:
- **Operating system**:
### What is the current behavior?
AerEstimatorV2 gives memory error when trying to execute small ci…
-
I'm trying to alter the "mixed sites" qc rating, but I'm having trouble figuring out how.
The pathogen.json file and the documentation on Github (both pictured below) only mention a threshold of 1…
-
Transpilation fails when QFTGate is added in the circuit.
```python
from qiskit import QuantumCircuit
from qiskit_ibm_transpiler.transpiler_service import TranspilerService
from qiskit.circuit.l…
-
### Steps to reproduce the problem
```python
N = 12
qc = QuantumCircuit(N)
qc.x(range(N))
qc.h(range(N))
for kk in range(N // 2, 0, -1):
qc.ch(kk, kk - 1)
for kk in range(N // 2, N - 1):
…
-
gmqcc permits this code, whereas fteqcc does not:
```
void() foo = #1;
void() bar = {
foo = bar;
};
```
fteqcc's error:
```
foo.qc:4: warning Q106: Assignment to const
foo.qc:1: …