Skip to content

Commit 77d6e98

Browse files
committed
fix bug
1 parent eb1ddd1 commit 77d6e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/old/TFIM/entanglement_plot.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using CairoMakie
22
using JLD2
33
using LinearAlgebra
4-
using AestheticSuperposition
4+
# using AestheticSuperposition
55

66
function entanglementPlot(file::String, data_path::String; depth=100, L=100, averaging=100, resolution=100)
7-
set_theme!(AestheticSuperpositionTheme())
7+
# set_theme!(AestheticSuperpositionTheme())
88
points = range(0, 1, resolution)
99
entropies = Float64[]
1010
for (i, p) in enumerate(points)

0 commit comments

Comments
 (0)