Wrong rotation angle fixed

This commit is contained in:
Nuwan Yapa 2025-02-06 15:06:39 -05:00
parent 4b967e7db1
commit 06975b2603
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ m = 1.0
V_of_r(r) = 2 * exp(-(r-3)^2 / (1.5)^2)
ϕ = 0.1
vertices = [0, 2 * exp(-2im * ϕ), 3, 4]
vertices = [0, 2 * exp(-1im * ϕ), 3, 4]
subdivisions = [15, 10, 10]
jmax = 4