qutip / qutip-cupy

CuPy linear-algebra backend for QuTiP
BSD 3-Clause "New" or "Revised" License
19 stars 10 forks source link

Add `column_stack`, `column_unstack` and remove operators. #49

Closed Ericgig closed 1 year ago

Ericgig commented 1 year ago

Add specializations for column_stack, column_unstack which are needed for mesolve.

Also remove the operators for CupyDense. Since qutip/qutip#1954, they are included in base.Data to support operations between different formats.