njoy / ENDFtk

Toolkit for reading and interacting with ENDF-6 formatted files
Other
33 stars 5 forks source link

Feature/za #191

Closed whaeck closed 7 months ago

whaeck commented 7 months ago

All ZA identifiers are now integers across all of ENDFtk:

This will allow for easier searching on ZA values without having to do floatign point comparisons.

A human readable function alternative for ZA() was added: targetIdentifier(). Functions were added to MF6 and MF26 to search for specific reaction product identifiers (similar to the MF9 and MF10 setup).

Removed unused code and removed the setters on the basic records (HEAD, LIST, etc. are now fully immutable).