Skip to content

Commit 767725a

Browse files
committed
add Statistics.jl to dependency
1 parent b71a0e3 commit 767725a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2323
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2424
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2525
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
26+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2627
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
2728

2829
[weakdeps]
@@ -63,6 +64,7 @@ SciMLOperators = "0.3, 0.4"
6364
SparseArrays = "1"
6465
SpecialFunctions = "2"
6566
StaticArraysCore = "1"
67+
Statistics = "1"
6668
StochasticDiffEq = "6"
6769
Test = "1"
6870
julia = "1.10"

src/QuantumToolbox.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ using LinearAlgebra
55
import LinearAlgebra: BlasInt, BlasFloat, checksquare
66
import LinearAlgebra.LAPACK: hseqr!
77
using SparseArrays
8+
import Statistics: mean, std
89

910
# SciML packages (for QobjEvo, OrdinaryDiffEq, and LinearSolve)
1011
import SciMLBase:

0 commit comments

Comments
 (0)