ACEtk icon indicating copy to clipboard operation
ACEtk copied to clipboard

Toolkit for working with ACE-formatted data files

Results 8 ACEtk issues
Sort by recently updated
recently updated
newest added

Secondary particle blocks like SIGH, etc. do not perform an index range check in DEBUG mode contrary to what the doxygen documentation tells us. Probably an oversight on my part...

[design question, future] Should these return enums or similar instead? _Originally posted by @cjosey in https://github.com/njoy/ACEtk/pull/49#discussion_r1146612947_

[Future work - documentation] It doesn't need to be here, but it may be worth documenting the historical convention on handling metastables, namely: 1. The constructor arguments for Z and...

These are energies, not cosines. _Originally posted by @cjosey in https://github.com/njoy/ACEtk/pull/46#discussion_r1132924157_

Verify if Kabach-Mann is ever used for photons. If not, the numberDiscretePhotonLines() function should not even be in the interface.

The interface for the NU block was designed for the total and prompt nubar for the NU block. The delayed nubar from the DNU block is the same but the...

enhancement

There is a nice constructor for the Table::Header, but no way to specify the (optional) MAT and Source.

when calling find_package and pointing to a newly installed ACEtk, I get the following: By not providing "FindACEtk.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration...