New parameters

This commit is contained in:
ysyapa 2023-08-10 09:09:56 +00:00
parent 490e94262b
commit 3b6a57c512
2 changed files with 2 additions and 2 deletions

View File

View File

@ -7,11 +7,11 @@ V_gauss(r2) =
d = 3
n = 2
N = 64
N = 96
ϕ = pi/6
open("ComplexScaling-FV.dat", "w") do f
for L = range(16, 32, length=33)
for L = range(20, 35, length=16)
println("Calculating L=", L)
s = system{T}(d, n, N, L)
H = Hamiltonian{T}(s, V_gauss, ϕ, 0, mode)