qutip / qutip-qip

The QuTiP quantum information processing package
https://qutip-qip.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
116 stars 63 forks source link

Remove the unnecessary use of circuit.propagatos #226

Closed BoxiLi closed 7 months ago

BoxiLi commented 9 months ago

QubitCircuit.compute_unitary() is faster after the refactoring and saves memory.

BoxiLi commented 7 months ago

Yes, that would be nice, We haven't been focused that much on circuit simulation efficiency so far. But if there are people eager to create it, it would surely be awesome.