From c82f1ec26325a0e0cfad33139c9be4da62113f0b Mon Sep 17 00:00:00 2001 From: SatoshiTerasaki Date: Fri, 29 Nov 2024 12:02:42 +0900 Subject: [PATCH] Debug --- scripts/common.jl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/common.jl b/scripts/common.jl index 4aeddd6..b27db0f 100644 --- a/scripts/common.jl +++ b/scripts/common.jl @@ -1,12 +1,12 @@ const PLUTO_NOTEBOOKS_DIR = joinpath(dirname(@__DIR__), "pluto_notebooks") const PLUTO_FILE_NAMES = [ - "quantics1d.jl", - "quantics1d_advanced.jl", - "compress.jl", - "interfacingwithitensors.jl", - "quantics2d.jl", - "qft.jl", + #"quantics1d.jl", + #"quantics1d_advanced.jl", + #"compress.jl", + #"interfacingwithitensors.jl", + #"quantics2d.jl", + #"qft.jl", "about_pluto.jl", - "plots.jl", + #"plots.jl", ] \ No newline at end of file