Paul Romano

Results 70 issues of Paul Romano

The ability to expand natural elements in MCNP inputs was added in #93. This should be fairly straightforward to extended to the Serpent plugin as well.

When a plugin is executed, it runs in a temporary directory that the user is generally unaware of. In some cases, it would be desirable to explicitly specify a path...

We have plugins for several codes that are not open source that will not be possible to test using GitHub actions. A strategy is needed to setup some automated tests...

If you do an inline comment with no spaces, it causes xml-fortran to segfault. An example would be: ``` ``` However, if you add any spaces, it works fine, e.g....

As title says -- this PR adds a new script for generating a depletion chain with ENDF/B-VIII.0.

A user recently [pointed out](https://openmc.discourse.group/t/how-to-get-the-jendl5-hdf5-crosssection-library-for-multiple-temperature/3318) that our generate_jendl.py script only generates data at a single temperature. This PR adds the ability to generate data at multiple temperatures.