qiboteam / qibo

A framework for quantum computing
https://qibo.science
Apache License 2.0
288 stars 59 forks source link

Errors without density matrices #91

Closed igres26 closed 1 year ago

igres26 commented 4 years ago

As discussed in the previous meeting, an error simulation that does not require more memory is a good alternative in order to test noise effects on larger quantum circuits.

This approach is not fast, as one will have to compute the noisy circuit every time a measurement is made, but might be the only alternative in cases where there is not enough memory to store the density matrices.

scarrazza commented 1 year ago

@stavros11 what is the status of this?

stavros11 commented 1 year ago

As of #276 this should be implemented for most noise channels. Noise is simulated without density matrices by executing state vector simulation multiple times with random choices for the noise gates.