File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2323SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2424SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
2525StaticArraysCore = " 1e83bf80-4336-4d27-bf5d-d5a4f845583c"
26+ Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2627StochasticDiffEq = " 789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
2728
2829[weakdeps ]
@@ -63,6 +64,7 @@ SciMLOperators = "0.3, 0.4"
6364SparseArrays = " 1"
6465SpecialFunctions = " 2"
6566StaticArraysCore = " 1"
67+ Statistics = " 1"
6668StochasticDiffEq = " 6"
6769Test = " 1"
6870julia = " 1.10"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ using LinearAlgebra
55import LinearAlgebra: BlasInt, BlasFloat, checksquare
66import LinearAlgebra. LAPACK: hseqr!
77using SparseArrays
8+ import Statistics: mean, std
89
910# SciML packages (for QobjEvo, OrdinaryDiffEq, and LinearSolve)
1011import SciMLBase:
You can’t perform that action at this time.
0 commit comments