We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line assumes gs_list includes all integers up to a maximum value
gs_list
https://github.com/NSLS-II/edrixs/blob/ee44cb545e4573026c45b87dc67f2b709267749f/edrixs/solvers.py#L524
In the docs, it appears that it is defined in a more general way "The indices of initial states which will be used in XAS calculations."
This would be more general
F_fi = scattering_mat(eval_i, eval_n, trans_op[:, :, gs_list])
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This line assumes
gs_list
includes all integers up to a maximum valuehttps://github.com/NSLS-II/edrixs/blob/ee44cb545e4573026c45b87dc67f2b709267749f/edrixs/solvers.py#L524
In the docs, it appears that it is defined in a more general way
"The indices of initial states which will be used in XAS calculations."
This would be more general
The text was updated successfully, but these errors were encountered: