idaholab / MontePy

MontePy is the most user friendly Python library (API) to read, edit, and write MCNP input files.
https://www.montepy.org/
MIT License
32 stars 6 forks source link

Implement Support for Dose Energy/Dose Function #374

Open MicahGale opened 8 months ago

MicahGale commented 8 months ago

This is the long term solution for #364. Any thoughts on priority @SterlingButters?

SterlingButters commented 8 months ago

@MicahGale I'd say low priority since log interpolation is default and the generally employed scheme. Just not ideal for the code to freak out when the interpolation scheme is specified. Honestly, as a temporary fix, you could just ignore the interpolation scheme and fall-back to logarithmic