tqsd / QuNetSim

A quantum network simulation framework.
https://tqsd.github.io/QuNetSim/
MIT License
115 stars 51 forks source link

For the QuTip backend it would be helpful to get the density matrix of multiple qubits and not just one #117

Open stephendiadamo opened 3 years ago

stephendiadamo commented 3 years ago

In the QuTip backend, current the the density_operator method takes one qubit at a time. This prevents getting the density matrix of a joint system. This can be easily modified to get the density matrix for a list of qubits which would make it more useful.

stephendiadamo commented 3 years ago

In development is the branch density-matrix. I'm not able to test at the moment due to Qutip installation problems. Will come back to it.