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

gs_list in RIXS solvers #117

Open
mpmdean opened this issue Jul 13, 2021 · 0 comments
Open

gs_list in RIXS solvers #117

mpmdean opened this issue Jul 13, 2021 · 0 comments

Comments

@mpmdean
Copy link
Contributor

mpmdean commented Jul 13, 2021

This line assumes gs_list includes all integers up to a maximum value

F_fi = scattering_mat(eval_i, eval_n, trans_op[:, :, 0:max(gs_list)+1],

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])
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