Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Tb #45

Open
sivonxay opened this issue Aug 21, 2023 · 0 comments
Open

Issue with Tb #45

sivonxay opened this issue Aug 21, 2023 · 0 comments

Comments

@sivonxay
Copy link
Member

There is an issue with Tb, where entries in the magnetic dipole matrix become NaN. To the best of my knowledge, this comes from Tb's slj values.

Code to reproduce:

from NanoParticleTools.inputs.spectral_kinetics import SpectralKinetics
from NanoParticleTools.species_data import Dopant
sk = SpectralKinetics([Dopant('Tb', 0.1, 3)])
sk.magnetic_dipole_rate_matrix

Output:

array([[0.        , 0.        , 0.        ],
       [       nan, 0.        , 0.        ],
       [0.        , 1.20341175, 0.        ]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant