ENDFtk
ENDFtk copied to clipboard
Toolkit for reading and interacting with ENDF-6 formatted files
Desired behavior: length > 66 characters -> throw length < 66 characters -> right pad to 66 characters
This is an issue with JEFF-3.3 not following the ENDF-6 format, rather than an issue with ENDFtk, but it's worth keeping track of these. Consider the decay file `JEFF33RDD0506_0.ASC`, as...
The supported arguments to `from_file` and related is `str`. Passing a `pathlib` `Path` results in: ``` Traceback (most recent call last): File "[path]/process.py", line 8, in tape = ENDFtk.tree.Tape.from_file(p) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
Dear Forum, When building a new version of ENDFtk, compilation errors when trying to build a test. `sudo cmake -DCMAKE_BUILD_TYPE=Release PYTHON_EXECUTABLE=/etc/python3.12/ ../ ` `make -j8` Here is the terminal output:...
This PR makes a few modifications so that ENDFtk can be compiled natively on Windows. For now, the changes have been quite minor: * Use development branch of NJOY tools...
Hello, This is more of a question than an issue, but I thought it was worth raising here in case someone else has a similar question. Regarding the **logger**, when...
Dear all, while using the ENDFtk lib, I stumbled across a performance issue, when assessing fission yield data. That is about a factor of 9 slower than e.g. accessing a...
I believe there is a naming inconsistency with the function `is_stable()`. Currently, it returns **true** for unstable nuclides, which is counterintuitive. A more logical behavior would be to return **true**...