You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Output:
The text was updated successfully, but these errors were encountered: