File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616 label : Code to Reproduce the Bug
1717 description : Please provide a minimal working example. Paste your code directly (It will be automatically formatted, so there's no need for backticks)
1818 placeholder : " using QuantumToolbox\n print(qeye(2))"
19- render : shell
19+ render : julia
2020 - type : textarea
2121 id : bug-output
2222 attributes :
3737 attributes :
3838 label : Your Environment
3939 description : Please use `QuantumToolbox.about()` or `QuantumToolbox.versioninfo()` to get the information about your environment and paste it here (automatically formatted)
40- placeholder : " Julia Ver. ***\n QuantumToolbox Ver. ***\n LinearSolve Ver. ***\n OrdinaryDiffEqCore Ver. ***\n OS : ***\n WORD_SIZE: ***\n LIBM : ***\n LLVM : ***\n BLAS : ***"
40+ placeholder : " Julia Ver. ***\n QuantumToolbox Ver. ***\n SciMLOperators Ver. *** \ n LinearSolve Ver. ***\n OrdinaryDiffEqCore Ver. ***\n OS : ***\n WORD_SIZE: ***\n LIBM : ***\n LLVM : ***\n BLAS : ***"
4141 render : shell
4242 validations :
4343 required : true
Original file line number Diff line number Diff line change @@ -23,18 +23,19 @@ function versioninfo(io::IO = stdout)
2323 " Alberto Mercurio and Yi-Te Huang\n " ,
2424 )
2525
26- # print package informations
26+ # print package information
2727 println (
2828 io,
2929 " Package information:\n " ,
3030 " ====================================\n " ,
3131 " Julia Ver. $(VERSION ) \n " ,
3232 " QuantumToolbox Ver. $(_get_pkg_version (" QuantumToolbox" )) \n " ,
33+ " SciMLOperators Ver. $(_get_pkg_version (" SciMLOperators" )) \n " ,
3334 " LinearSolve Ver. $(_get_pkg_version (" LinearSolve" )) \n " ,
3435 " OrdinaryDiffEqCore Ver. $(_get_pkg_version (" OrdinaryDiffEqCore" )) \n " ,
3536 )
3637
37- # print System informations
38+ # print System information
3839 println (io, " System information:" )
3940 println (io, " ====================================" )
4041 println (io, """ OS : $(OS_name) ($(Sys. MACHINE) )""" )
You can’t perform that action at this time.
0 commit comments