fudge
fudge copied to clipboard
For Updating Data and Generating Evaluations (FUDGE): LLNL code for managing nuclear data
In the ENDF/B-VIII.1 beta3 La139, it was noted that the cross reaction covariances were mathematically impossible. FUDGE did not check these values. FUDGE should implement these checks too.
Hi, I am having trouble installing the latest version 6.6.0 via the following command: ```bash pip install git+https://github.com/LLNL/[email protected] ``` See the error below.  I *think* - but of course...
This is the traceback: ``` ➜ fudge git:(master) ✗ make PYTHON=python3 for submodule in xData PoPs numericalFunctions brownies Merced crossSectionAdjustForHeatedTarget pqu; do if [[ `git diff $submodule` ]]; then echo...
When retrieving EXFOR data using the new version of x4i, it does not go well: ``` Traceback (most recent call last): File "/Users/dbrown/Desktop/fudge/brownies/bin/plot_evaluation.py", line 449, in makeCrossSectionPlot( File "/Users/dbrown/Desktop/junk/venv/lib/python3.12/site-packages/brownies/BNL/plot_evaluation/__init__.py", line...
Here is a traceback showing the issue: ``` Traceback (most recent call last): File "/Users/dbrown/Desktop/fudge/brownies/bin/plot_evaluation.py", line 513, in raise err File "/Users/dbrown/Desktop/fudge/brownies/bin/plot_evaluation.py", line 449, in makeCrossSectionPlot( File "/Users/dbrown/Desktop/junk/venv/lib/python3.12/site-packages/brownies/BNL/plot_evaluation/__init__.py", line 612,...
Hello All, I issued the command `pip install git+https://github.com/LLNL/fudge.git`. The installation failed with the log attached here: [log.txt](https://github.com/user-attachments/files/19926299/log.txt) [pip list.txt](https://github.com/user-attachments/files/19926304/pip.list.txt)
I recently installed fudge by pip and got this warning: > DEPRECATION: Building 'numericalFunctions' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3...