Skip to content

Improve parametrization of Ion struct #101

@neil-glikin

Description

@neil-glikin

Particularly the energy levels -- there is a lot of redundancy for species with hyperfine structure. This also leads to redundancy in specifying Einstein-A coefficients for transitions. E.g. in yb171.jl:

("S1/2f=0", "P1/2f=1") => (multipole = "E1", einsteinA = 1.155e8),
("S1/2f=1", "P1/2f=0") => (multipole = "E1", einsteinA = 1.155e8),
("S1/2f=1", "P1/2f=1") => (multipole = "E1", einsteinA = 1.155e8),

All of these transitions are possible and have the same Einstein-A coefficient from atomic structure, hence the redundancy of specifying them all individually. (Yes, this is my fault.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-brainstormFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions