Skip to content

Commit 6acf894

Browse files
Add IncompleteLU dependency
1 parent 79ac612 commit 6acf894

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
@@ -11,6 +11,7 @@ DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
1111
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
1212
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
1313
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
14+
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
1415
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
1516
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1617
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
@@ -51,6 +52,7 @@ Distributed = "1"
5152
FFTW = "1.5"
5253
GPUArrays = "10, 11"
5354
Graphs = "1.7"
55+
IncompleteLU = "0.2"
5456
KernelAbstractions = "0.9"
5557
LaTeXStrings = "1.2"
5658
LinearAlgebra = "1"

src/QuantumToolbox.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ import ArrayInterface: allowed_getindex, allowed_setindex!
5959
import Distributed: RemoteChannel
6060
import FFTW: fft, ifft, fftfreq, fftshift
6161
import Graphs: connected_components, DiGraph
62+
import IncompleteLU: ilu
6263
import LaTeXStrings: @L_str
6364
import Pkg
6465
import ProgressMeter: Progress, next!

0 commit comments

Comments
 (0)