Refactor Pb208

This commit is contained in:
Nuwan Yapa 2025-02-25 16:16:02 -05:00
parent 43e91bf78e
commit 4b0bf66da3
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
include("../NuclearRMF.jl")
s = system(82, 126, 20.0, 400)
Z = 82
N = 126
r_max = 20.0
divs = 400
s = system(Z, N, r_max, divs)
solve_system(s; monitor_plot=true)