Stefano Carrazza
Stefano Carrazza
I am contacting you because we would like to understand how the benchmark between Qulacs and Qibo on CPU has been performed in [your paper](https://arxiv.org/abs/2011.13524). Today we rechecked both codes...
The current approach for parallel circuit evaluation uses multiprocessing which seems in conflict with the threading mechanisms of qibojit and qibotf. At the moment this feature is only supported by...
In #352 we observed a performance deterioration. We should reconsider the implementation of a lighter symbol object as a sympy replacement.
We would to have the possibility to convert measurement shots to final state functions and/or to hamiltonian expectation. Some useful techniques are: - Quantum tomography - Quantum Phase Estimation
As discussed, we may consider the possibility to work with hamiltonians defined in a custom numerical representation, for example float32 or float64. This may be useful in cases where an...
The AE and QAOA models may benefit, in terms of memory and performance, from custom operators for ODE solvers.
Hi, is it possible to use the current code (`latest`) with the alveo u280? If I understand correctly the overlaybins for this board are not available yet so examples like...
Checklist: - [ ] Reviewers confirm new code works as expected. - [x] Tests are passing. - [x] Coverage does not decrease. - [x] Documentation is updated.
It looks like we are missing some lines related to clifford: - https://app.codecov.io/gh/qiboteam/qibo/blob/master/src%2Fqibo%2Fbackends%2Fclifford.py - https://app.codecov.io/gh/qiboteam/qibo/blob/master/src%2Fqibo%2Fgates%2Fspecial.py @renatomello @BrunoLiegiBastonLiegi could you please have a look?