Closed mortenpi closed 3 years ago
From one of the examples in the README:
julia> excited_configurations(rc"[Kr] 5s2 5p-2 5p3") ERROR: UndefVarError: O₂ not defined Stacktrace: [1] excited_configurations(::Function, ::Configuration{RelativisticOrbital{Int64}}; min_excitations::Int64, max_excitations::Symbol, min_occupancy::Array{Int64,1}, max_occupancy::Array{Int64,1}, keep_parity::Bool) at /home/mortenpi/Projects/atomicjulia/dev/AtomicLevels/src/excited_configurations.jl:276 [2] excited_configurations(::Function, ::Configuration{RelativisticOrbital{Int64}}) at /home/mortenpi/Projects/atomicjulia/dev/AtomicLevels/src/excited_configurations.jl:246 [3] excited_configurations(::Configuration{RelativisticOrbital{Int64}}; kwargs::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}) at /home/mortenpi/Projects/atomicjulia/dev/AtomicLevels/src/excited_configurations.jl:291 [4] excited_configurations(::Configuration{RelativisticOrbital{Int64}}) at /home/mortenpi/Projects/atomicjulia/dev/AtomicLevels/src/excited_configurations.jl:291 [5] top-level scope at REPL[17]:1
From one of the examples in the README: