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

versioninfo() for QuantumToolbox.jl #64

Closed
ytdHuang opened this issue Apr 8, 2024 · 0 comments · Fixed by #88
Closed

versioninfo() for QuantumToolbox.jl #64

ytdHuang opened this issue Apr 8, 2024 · 0 comments · Fixed by #88
Labels
good first issue Good for newcomers

Comments

@ytdHuang
Copy link
Member

ytdHuang commented Apr 8, 2024

Support :

julia> QuantumToolbox.versioninfo()

But don't export it, otherwise it will have conflict with Base.versioninfo()

Here is an example output from my package:

                                   __
                                  /  \
 __     __                     __ \__/ __
|  |   |  |                   /  \    /  \
|  |   |  | ______   ______   \__/_  _\__/
|  |___|  |/  __  \ /  __  \ / '   \/     \
|   ___   |  |__)  |  /  \  |    _     _   |
|  |   |  |   ____/| (    ) |   / \   / \  |
|  |   |  |  |____ |  \__/  |  |   | |   | |
|__|   |__|\______) \______/|__|   |_|   |_|

Julia framework for Hierarchical Equations of Motion
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
Copyright © NCKU-QFORT 2022 and later.
Lead  developer : Yi-Te Huang
Other developers:
    Simon Cross, Neill Lambert, Po-Chen Kuo and Shen-Liang Yang

Package information:
====================================
HierarchicalEOM   Ver. 1.4.0
LinearSolve       Ver. 2.22.1
OrdinaryDiffEq    Ver. 6.69.0
SteadyStateDiffEq Ver. 2.0.1
SciMLOperators    Ver. 0.3.7
FastExpm          Ver. 1.1.0
JLD2              Ver. 0.4.41
ProgressMeter     Ver. 1.9.0
PrecompileTools   Ver. 1.2.0

System information:
====================================
Julia Version: 1.10.0
OS       : Linux (x86_64-linux-gnu)
CPU      : 144 × Intel(R) Xeon(R) Gold 6240L CPU @ 2.60GHz
Memory   : 256 GB
WORD_SIZE: 64
LIBM     : libopenlibm
LLVM     : libLLVM-15.0.7 (ORCJIT, cascadelake)
BLAS     : libopenblas64_.so (ilp64)

source code link: https://github.com/NCKU-QFort/HierarchicalEOM.jl/blob/main/src/HeomBase.jl#L167

The ASCII art (logo) is unnecessary lol.

But the package compat and system (platform) info might be important (maybe can also add the thread number stuff same as standard julia versioninfo output)

@ytdHuang ytdHuang added good first issue Good for newcomers and removed good first issue Good for newcomers labels Apr 8, 2024
@ytdHuang ytdHuang added the good first issue Good for newcomers label Apr 29, 2024
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 a pull request may close this issue.

1 participant