-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update solvers.py #206
Update solvers.py #206
Conversation
rixs_1v1c_py: 1) added new option for pol_type: 'isotropic' 2) added optional argument skipGS to skip transitions to the ground state (direct peak)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lajerm
here are some things to consider. All small stuff.
edrixs/solvers.py
Outdated
the angle (in radians) between the linear polarization vector and the scattering plane. | ||
|
||
If str1 or str2 is 'isotropic' then the scattering is considered isotropic and the other | ||
variables are ignored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
along each axis and the other variables are ignored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed in the updated version.
Co-authored-by: Mark <[email protected]>
Co-authored-by: Mark <[email protected]>
Co-authored-by: Mark <[email protected]>
Co-authored-by: Mark <[email protected]>
Co-authored-by: Mark <[email protected]>
Co-authored-by: Mark <[email protected]>
Co-authored-by: Mark <[email protected]>
Co-authored-by: Mark <[email protected]>
if the elastic peak is ignored, the indices in gs_list are explicitly omitted from the set of final states, instead of the first len(gs_list) energy levels of eval_i.
Suggestions implemented along with a small additional modification: In the case |
I think we should go ahead and merge this One note here, is that the wheels in checks > artifacts have file names like:
I thought that the part |
rixs_1v1c_py: