Antonio Ruiz-Molero
Antonio Ruiz-Molero
### Bug Description The Chi representation of channels is introduced in the documentation using an orthonormal basis, which happens to be the {Eye(2), Pauli matrices} / sqrt(2) for the case...
Implementation of Align matrix is not supported by OpenQASM I am trying to implement a delay gate, equivalent to the one from [qiskit](https://docs.quantum.ibm.com/api/qiskit/0.24/qiskit.circuit.Delay). Since in the documentation there is no...
I have a question regarding the compatibility of jax.jit with equinox models. In the quick example of the equinox repository, we are told that models are fully compatible with normal...
Hello, I am trying to use stiff ode solvers like Kvaerno5. When running the code from the example from docs: ``` import time import diffrax import equinox as eqx #...
Hello, I would like to know if there is a way to use the method Circuit.from_qasm() with a qasm3 string that includes delays. I know that qibo has the gate...