-
### Description
Using https://threejs.org/examples/webgpu_tsl_transpiler.html to convert some of my previous shader i got into various bugs ;
- `invertsqrt` not add to the import list ( and also …
-
`wire_names` stores the qubit names, and `Gate.qubits` contains the index of the target qubit names in `wire_names`. However, `wire_names` is currently ignored during the transpilation process. The tr…
-
# Describe the bug
I get some procedural assets from blenderkit.com and I just tried to use the `transpiler_dev_script.py` to generated python code of the these assets. In most cases, the generated…
-
Running the following circuit fails on IBM Brisbane backend specifically when optimization level set to 2 or more.
**Python Version**: 3.11.9
**Qiskit Version**: 1.2.1
**Qiskit IBM Transpiler Ver…
-
### Environment
- **Qiskit version**: 1.2.4
- **Python version**: 3.12.7
- **Operating system**: MacOS Sonoma 14.2.1
### What is happening?
The qiskit transpiler is failing to simplify/combine lik…
-
After installing qibolab 0.1.10, the the following code:
```python
import qibo
c = qibo.Circuit(17)
c.add(qibo.gates.GPI2(12,0))
c.add(qibo.gates.M(12))
result = c(nshots=100)
print(result.samp…
-
Currently, the transpiler is already providing some padding
https://github.com/qiboteam/qibo/blob/ecbd16d7d8f2b6780bacbb7b92c9f2b3fc44087b/src/qibo/transpiler/optimizer.py#L19-L33
but just applying …
-
`call bool [UnityEditor.CoreModule]UnityEditor.EditorUtility::DisplayDialog(string, string, string)`を`lilToonInspector.TextureBake`から消したほうが筋がいいし速い
-
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…
-
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[188], line 15
11 for rotation_ci…