-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multiple PDR peaks doesn't work #2
Comments
This forces talys to calculate the PDR strength with resonance parameter 1 and 2. Addresses issue #2
That's a bad bug.. Did you write to the Stephane's about it? |
No, not yet. But I have a fix, see 1ec60de In addition, I'd like to add a change in the code where TALYS writes the output file to ensure that all PDR parameters are properly written. This will require:
|
To be clear, the issue is as following. If you add two E1 PDR to the strength function of a given nucleus, say 145Nd you'd write in the input to TALYS
And you'd expect there to be two standard Lorentzians added to the E1 strength with the given parameters. However, TALYS only uses the first set of parameters (the ones marked with 1), thus only one extra Lorentzian is added to the E1 strength. This is contrary to the documentation (user manual). |
In the documentation, TALYS supports up to two PDR peaks. However, TALYS will only use the first peak.
The text was updated successfully, but these errors were encountered: