Merge branch 'main' into quadrature

This commit is contained in:
Nuwan Yapa 2025-03-12 19:14:00 -04:00
commit cdf6a3c722
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
using DifferentialEquations using DifferentialEquations, Interpolations
include("bisection.jl") include("bisection.jl")
include("common.jl") include("common.jl")
include("system.jl") include("system.jl")

View File

@ -1,5 +1,3 @@
using Interpolations
"Tabulates a nucleon spectrum (protons or neutrons) containing κ and occupancy" "Tabulates a nucleon spectrum (protons or neutrons) containing κ and occupancy"
struct spectrum struct spectrum
κ::Vector{Int} κ::Vector{Int}