A tool for preparing electron transport data for use in MCDC, derived from the Evaluated Electron Data Library (EEDL).
python3 -m venv pyeedl-env
source pyeedl-env/bin/activate
pip install endf pandas numpy h5py
git clone https://github.com/melekderman/PyEEDL.git
Make sure you have the ENDF-formatted EEDL data files for individual elements (Z = 1 to 100), each stored in a separate file, and place them in the eedl/
directory:
pip install requests bs4
cd PyEEDL/
python download_data.py
cd PyEEDL/pyeedl
python run.py