Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broader support for SuperOperator type #37

Closed
ytdHuang opened this issue Mar 28, 2024 · 0 comments · Fixed by #44
Closed

Broader support for SuperOperator type #37

ytdHuang opened this issue Mar 28, 2024 · 0 comments · Fixed by #44
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ytdHuang
Copy link
Member

ytdHuang commented Mar 28, 2024

Support operator-bra and operator-ket like the ones in QuTiP.

Note that we wish to remain the dims::Vector{Int} to store only the Hilbert space dimension.
That is, if we have H = tensor(destroy(2), destroy(3)). Part of the output information of it's Liouvillian should be

julia > liouvillian(H)
Quantum Object:   type=SuperOperator   dims=[2, 3]   size=(36, 36)

and so does OperatorBraQuantumObject and OperatorKetQuantumObject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant