IAEA Nuclear Data Service Interface#

NDManager provides an API for interacting with the IAEA Nuclear Data Service repository of evaluated nuclear data files. This interface relies on the common directory structure used by most libraries stored on this website:

https://www-nds.iaea.org/public/download-endf/
└── Library
    ├── 000-NSUB-index.htm
    ├── sub1-index.html
    ├── sub2-index.html
    ├── sub3-index.html
    ├── sub1
    │   ├── tape1.zip
    │   └── tape2.zip
    ├── sub2
    │   ├── tape1.zip
    │   └── tape2.zip
    └── sub3
        ├── tape1.zip
        └── tape2.zip

ndmanager.IAEA

A class the manage IAEA's database of nuclear data libraries

ndmanager.IAEALibrary

A class to manage a nuclear data library originating from the IAEA website

ndmanager.IAEASublibrary

A class to manage a nuclear data sublibrary originating from the IAEA website.