You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is not possible to (directly and straightforwardly) simulate time evolution of mixed states represented by density matrices with Qibo, as far as I understand.
I think this would be a useful feature to include in the library, and I guess it shouldn't be difficult to implement from what is already built-in. I'm thinking of something like StateEvolution(ham, dt, density_matrix=True).
The text was updated successfully, but these errors were encountered:
Currently, it is not possible to (directly and straightforwardly) simulate time evolution of mixed states represented by density matrices with
Qibo
, as far as I understand.I think this would be a useful feature to include in the library, and I guess it shouldn't be difficult to implement from what is already built-in. I'm thinking of something like
StateEvolution(ham, dt, density_matrix=True)
.The text was updated successfully, but these errors were encountered: