Highlight uncoupled-basis components in Stark maps - #222
Open
stefanaull wants to merge 9 commits into
Open
stefanaull wants to merge 9 commits into
stefanaull wants to merge 9 commits into
Conversation
…d present as it typically dominates Spin-Orbit coupling due to the latter scaling with 1/n^3. So (ml1 + gs * ms1) is off-diagonal due to |n l j mj> are containing different admixtures of ml and ms states given by Clebsch-Gordan coefficients. Modified class StarkMap to take this into consideration. The error is still present in class LevelPlot.
…upling2 Fix mat3: use coupling2 instead of coupling
…t3, fixed selection rule mj1=mj2 in getZeemanEnergyShiftOffDiagonal
…-starkmap Cleaned up Zeeman implementation: removed basis extention, removed ma…
…l, m_l, m_s\rangle$ instead of coupled basis.
Contributor
Author
|
This is relevant for states with high angular momentum |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds an option to highlight uncoupled basis states |n,l,m_l,m_s> in Stark map calculations.
This is helpful in the Paschen-Back regime, where the |n,l,m_l,m_s>basis is more natural than |n,l,j,m_j>.
The Stark Hamiltonian is still built and diagonalized in the coupled |n,l,j,m_j> basis. For highlighting, the requested uncoupled state is converted into the coupled basis using Clebsch-Gordan coefficients, and each Stark eigenstate is colored by its overlap with that state.