JADE-V-V / JADE

JADE, a novel nuclear data libraries V&V tool
GNU General Public License v3.0
23 stars 8 forks source link

[Feature request] - Eliminate MCNP parsers logic (inputs and outputs) introducing F4Enix dependency #293

Closed dodu94 closed 1 month ago

dodu94 commented 4 months ago

Is your feature request related to a problem? Please describe. Parsing of inputs and outputs of the different transport codes is not inside JADE primary scope and is in general useful for a number of other applications. For this reason, all parsing logic should be introduced as a dependency to JADE and maintained separately. For MCNP, the proposal is to use F4Enix which was built starting from some of the code developed for JADE.

Describe the solution you'd like Eliminate all MCNP input and output parsing logic introducing F4Enix dependency in the following modules:

some of these modules will be eliminated, some will just import F4Enix objects and extend them and some new features will most likely be needed to be added to F4Enix directly.