-
Notifications
You must be signed in to change notification settings - Fork 11
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
adopt features from snewpy #28
Comments
First steps are now on the JostMigenda/SNEWPyIntegration branch. |
I’ve added the majority of the models and transformations in a PR earlier today. The following flavor transformations from SNEWPY are not yet supported:
The following supernova models from SNEWPY are not yet supported:
Additional open issues:
|
5b11008 improves performance for SNEWPY supernova models, reducing the difference in the Warren_2020 example to under 2×. Still not ideal, but this was probably the lowest-hanging fruit. |
Several new models were added to SNEWPY over the last few months:
|
snewpy is a SNOwGLoBES frontend developed by members of the SNEWS 2.0 collaboration. Like SNOwGLoBES, it’s not a replacement for sntools; but it does have features that would be useful in sntools, too:
Time- and energy-independent flavour transformations should be straightforward to add to sntools, analogous to the current implementation of MSW effect in normal/inverted mass ordering. (However, it will be necessary to change the command line interface to e.g.
--transformation=AdiabaticMSW_NMO
(instead of--ordering=normal
), once additional transformations are available.)Time- or energy-dependent flavour transformations will require further changes to sntools.
For additional supernova models, I need to check if it’s possible to write an adapter that maps snewpy’s interface to the one expected of an input format in sntools.
The text was updated successfully, but these errors were encountered: