Skip to content

Commit 8ac8e62

Browse files
committed
bloch
1 parent 5e41ed3 commit 8ac8e62

File tree

3 files changed

+772
-1
lines changed

3 files changed

+772
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
1414
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
1515
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1616
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
17+
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
1718
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1819
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
1920
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -30,7 +31,6 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3031
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3132
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
3233
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
33-
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
3434

3535
[extensions]
3636
QuantumToolboxCUDAExt = "CUDA"

src/QuantumToolbox.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ import Distributed: RemoteChannel
5858
import FFTW: fft, ifft, fftfreq, fftshift
5959
import Graphs: connected_components, DiGraph
6060
import IncompleteLU: ilu
61+
using Makie # TODO: change to import
6162
import Pkg
6263
import Random: AbstractRNG, default_rng, seed!
6364
import SpecialFunctions: loggamma
@@ -124,6 +125,7 @@ include("metrics.jl")
124125
include("negativity.jl")
125126
include("steadystate.jl")
126127
include("visualization.jl")
128+
include("bloch.jl")
127129

128130
# deprecated functions
129131
include("deprecated.jl")

0 commit comments

Comments
 (0)