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

Introduce versioninfo() and about() #88

Merged
merged 6 commits into from
May 1, 2024

Conversation

ytdHuang
Copy link
Member

@ytdHuang ytdHuang commented Apr 29, 2024

close #64
Add two (same) methods which will output the information of QuantumToolbox, dependencies, and system information:

  • QuantumToolbox.versioninfo()
  • QuantumToolbox.about(): similar to QuTiP

The current output is something like:

 QuantumToolbox.jl: Quantum Toolbox in Julia
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
Copyright © QuTiP team 2022 and later.
Current admin team: Alberto Mercurio, Yi-Te Huang

Package information:
====================================
QuantumToolbox  Ver. 0.7.2
LinearSolve     Ver. 2.28.0
OrdinaryDiffEq  Ver. 6.74.1

System information:
====================================
Julia Version: 1.10.2
OS       : Windows (x86_64-w64-mingw32)
CPU      : 6 × Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
Memory   : 15.918 GB
WORD_SIZE: 64
LIBM     : libopenlibm
LLVM     : libLLVM-15.0.7 (ORCJIT, skylake)
BLAS     : libopenblas64_.dll (ilp64)
Threads  : 1 (on 6 virtual cores)

@albertomercurio
What do you think ?
Do you want to add some intro., developer names, package information, or modify anything ?

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.25%. Comparing base (7f98c8e) to head (d1b51e0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #88      +/-   ##
==========================================
+ Coverage   92.15%   92.25%   +0.10%     
==========================================
  Files          18       19       +1     
  Lines        1721     1744      +23     
==========================================
+ Hits         1586     1609      +23     
  Misses        135      135              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ytdHuang ytdHuang added good first issue Good for newcomers work-in-progress Work in progress and removed work-in-progress Work in progress labels Apr 29, 2024
@albertomercurio
Copy link
Member

It's fine. Maybe also add Luca Gravina to the admin team.

@albertomercurio albertomercurio merged commit d69a6f8 into qutip:main May 1, 2024
13 checks passed
@ytdHuang ytdHuang deleted the dev/versioninfo branch May 1, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

versioninfo() for QuantumToolbox.jl
2 participants