ndmanager.IAEA#
- class ndmanager.IAEA(nocache=False)[source]#
A class the manage IAEA’s database of nuclear data libraries
- Returns:
An IAEA object
- Return type:
- from_json(path)[source]#
Build the database from a json file
- Parameters:
path (str | Path) – The path to the json file
- Return type:
None
- static is_cached()[source]#
Check that the cached database exists in the user’s ~/.config/ndmanager directory
- Returns:
Wether the cache file exists
- Return type:
bool