File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ jobs:
1616 include :
1717 # use n_max=220 for tags and main, but only n_max=110 for PRs, etc.
1818 - n_max : ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'main')) && 220 || 110 }}
19- # FIXME: the following species do not yet support high \ell states
19+ # for isotopes with hyperfine structure, we only include high-l states up to n=110 (otherwise the database size gets too large)
2020 - species : Sr87
21- extra_args : " --skip- high-l"
21+ extra_args : " --n-max- high-l 110 "
2222 - species : Yb171
23- extra_args : " --skip- high-l"
23+ extra_args : " --n-max- high-l 110 "
2424 - species : Yb173
25- extra_args : " --skip-high-l" # FIXME: Yb173 fails for n > 115
26- n_max : ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'main')) && 115 || 110 }}
25+ extra_args : " --n-max-high-l 110"
2726 name : ${{ matrix.species }}
2827 runs-on : ubuntu-latest
2928 timeout-minutes : 300
3736
3837 - uses : julia-actions/setup-julia@v2
3938 with :
40- version : 1.11
39+ version : 1.12
4140 arch : x64
4241 - uses : julia-actions/cache@v2
4342
You can’t perform that action at this time.
0 commit comments