e.g.: ```julia struct Laplacian coefficient::Real = 1 end Base.@kwdef struct Linear <: Potential coefficient::Real = 1 end struct Coulomb <: Potential coefficient::Real = 1 end ```