File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -74,3 +74,25 @@ using QuantumToolbox
7474QuantumToolbox. versioninfo ()
7575QuantumToolbox. about ()
7676```
77+
78+ # [ Other Useful Packages] (@id doc: Other-Useful-Packages )
79+
80+ In order to get a better experience and take full advantage of ` QuantumToolbox ` , we recommend the following external packages:
81+
82+ - Standard ` Julia ` Libraries: (recommended to also ` using ` with ` QuantumToolbox.jl ` )
83+ - [ ` LinearAlgebra.jl ` ] ( https://github.com/JuliaLang/LinearAlgebra.jl )
84+ - [ ` SparseArrays.jl ` ] ( https://github.com/JuliaSparse/SparseArrays.jl )
85+ - Solver ` alg ` orithms:
86+ - [ ` DifferentialEquations.jl ` ] ( https://github.com/SciML/DifferentialEquations.jl ) or [ ` OrdinaryDiffEq.jl ` ] ( https://github.com/SciML/OrdinaryDiffEq.jl )
87+ - [ ` LinearSolve.jl ` ] ( https://github.com/SciML/LinearSolve.jl )
88+ - GPU support:
89+ - [ ` CUDA.jl ` ] ( https://github.com/JuliaGPU/CUDA.jl )
90+ - Distributed Computing support:
91+ - [ ` Disributed.jl ` ] ( https://github.com/JuliaLang/Distributed.jl )
92+ - [ ` SlurmClusterManager.jl ` ] ( https://github.com/JuliaParallel/SlurmClusterManager.jl )
93+ - Plotting Libraries:
94+ - [ ` Makie.jl ` ] ( https://github.com/MakieOrg/Makie.jl )
95+ - Packages for other advanced usage:
96+ - [ ` StaticArrays.jl ` ] ( https://github.com/JuliaArrays/StaticArrays.jl )
97+ - [ ` SciMLOperators.jl ` ] ( https://github.com/SciML/SciMLOperators.jl )
98+ - [ ` DiffEqCallbacks.jl ` ] ( https://github.com/SciML/DiffEqCallbacks.jl )
You can’t perform that action at this time.
0 commit comments