Skip to content

Can I manually add information to an atom? #131

Answered by nikolasibalic
dwgong asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dwgong , thank you for the question.

All data specifying Yb is in divalent_atom_data.py. These can be overwritten or expanded easily by defining your own class that inherits the given Yb class, and overwrites elements that you want to overwrite/expand.

For example, to create your own modified atom Yb you can write the following, modifying accordingly quantumDefects as you wish (make sure you modify also defectFittingRange if needed)

from arc import *

class MyYtterbium174(Ytterbium174):

    quantumDefect = [
        [
            [4.278367, -5.60943, -258.5, 0.0, 0.0, 0.0],
            [3.953434, -10.58286, 728.100, 0.0, 0.0, 0.0],
            [2.7130117, -0.929878, -636.4, 0.0, 0.0, 0…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@dwgong
Comment options

@nikolasibalic
Comment options

Answer selected by nikolasibalic
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants