Skip to content

Commit 34a4464

Browse files
UNDO ME: test very high n
1 parent ad3e539 commit 34a4464

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/generate_database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
species: [Sr87, Sr88, Yb171, Yb173, Yb174]
1616
include:
1717
# use n_max=220 for tags and master, but only n_max=100 for PRs, etc.
18-
- n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 220 || 100 }}
18+
- n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 220 || 220 }}
1919
name: ${{ matrix.species }}
2020
runs-on: ubuntu-latest
2121
timeout-minutes: 300

release_notes_v1.2

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Database-MQDT v1.2
2+
- bugfix of exp_s (and std_s)
3+
- bugfix of exp_j for states with hyperfine structure (e.g. Yb171)
4+
- is_calculated_with_mqdt now is False for models with only one channel
5+
6+
- Yb173 had duplicate states in the old version, now not anymore (not sure why?)
7+
8+
- use nu bounds from models
9+
- add more low n states and include all the low n states in the database again
10+
11+
12+
- high l for isotopes with hyperfine structure

0 commit comments

Comments
 (0)