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

Attribute functions operating on Qobj #148

Closed
13 tasks done
ytdHuang opened this issue May 29, 2024 · 0 comments · Fixed by #155
Closed
13 tasks done

Attribute functions operating on Qobj #148

ytdHuang opened this issue May 29, 2024 · 0 comments · Fixed by #155
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers work-in-progress Work in progress

Comments

@ytdHuang
Copy link
Member

ytdHuang commented May 29, 2024

These are the missing Qobj.attribute functions in qutip.

TODO:

  • addressed by Re-organize source code for Qobj #150

    • Move all these functions into a new file qobj/arithmetic_and_attributes.jl
    • For those functions that are not attributes in qutip, move to a new file qobj.functions.jl
    • make tr return real value if the input Qobj is Hermitian
  • addressed by Attribute functions operating on Qobj #155

    • Make sure all existing functions have docstring
    • generalized dot, same as matrix_element
    • isherm
    • diag
    • expm
    • logm
    • purity
    • proj
    • trans
    • unit
@ytdHuang ytdHuang added enhancement New feature or request good first issue Good for newcomers work-in-progress Work in progress labels May 29, 2024
@ytdHuang ytdHuang self-assigned this May 29, 2024
@ytdHuang ytdHuang changed the title Functions operating on Qobj Attribute functions operating on Qobj May 30, 2024
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 work-in-progress Work in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant