-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Description
In Qutip, I can create an
In order to do this currently, I need to extract the operator data, create a rectangular matrix, perform the necessary projections and then convert the final states / operators back into QuantumObjects.
Proposed Solution
The solution would be to allow the dim property to be either a 1D object for square operators or a pair of 1D objects for the left and right dimensions.
Alternate Solutions
No response
Additional Context
If sesolve/mesolve are extended to be able to evolve operators as a way to parallel evolve individual states, adding support for rectangular operators would allow for simultaneously evolving a handful of states as a single inplace ODE.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request