-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add about()
function
#51
Comments
Thanks for the suggestion @quantshah. I think for the versions we only need to keep qutip-qip, qutip, numpy, scipy, matplotlib. Maybe we can also add our preprint to the citation, replacing the qutip ones? |
Maybe a better idea is to modify |
Hi! Can I take up this issue? |
@paniash Sure, thanks! How do would you like to proceed? |
Hey @BoxiLi @quantshah , I'm interested in contributing to QuTiP and doing a project for GSoC '22 Approach: |
Hello! is this still open? |
Since we are branching out and making
qutip_qip
a separate library, it might be beneficial to have something likequtip.about
for qip. The about() function could list out the QuTiP version that the code is run with and help in debugging in the future.Here is how the about function in QuTiP is written:
The text was updated successfully, but these errors were encountered: