Skip to content

Commit 1d961ad

Browse files
[ci] calc high l for all species
1 parent a3946ca commit 1d961ad

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/generate_database.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -37,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)