Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve parametrization of Ion struct #101

Open
neil-glikin opened this issue Sep 28, 2022 · 0 comments
Open

Improve parametrization of Ion struct #101

neil-glikin opened this issue Sep 28, 2022 · 0 comments
Labels
needs-brainstorm Further information is requested

Comments

@neil-glikin
Copy link
Collaborator

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.)

@neil-glikin neil-glikin added the needs-brainstorm Further information is requested label Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-brainstorm Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant