Commit Graph

11 Commits

Author SHA1 Message Date
2a410dc3fd feat(reaclib): reworked how I store reactions to avoid stack overflows 2025-06-29 14:53:09 -04:00
3c38187d3f docs(docs): added robust docs 2025-06-29 14:52:16 -04:00
cd191cff23 feat(GridFire): major design changes
Switching to an Engine + solver design. Also brought xxHash and Eigen in. Working on QSE and Culling.
2025-06-26 15:13:46 -04:00
dd03873bc9 fix(GraphNetwork): working on loads of small bugs
Fized stoichiometry matrix initialization, added penames to reablib reactions, began work on LogicalReaction to sum the contributions of different fitting functions provided by reaclib
2025-06-23 15:18:56 -04:00
8bc48b8d19 feat(GridFire): brought gridfire up to where network module in SERiF was before splitting it off 2025-06-21 13:18:38 -04:00
af8401e4ee fix(reaclib): added species.h header so compiler directives are defined 2025-06-20 13:50:24 -04:00
cd5a6b200b fix(SERiF): added cppad_dep to methods which need it (anything that brings in reaclib.h) 2025-06-19 15:07:06 -04:00
a63f4cc80d feat(assets/static): moved data type logic to dedicated headers 2025-06-19 09:41:17 -04:00
3b21883e97 feat(reaclib): REACLIBReactionSet is more complient with STL containers 2025-06-18 15:24:53 -04:00
d00e5646e7 feat(network): added ReaclibNetwork and functions to build network 2025-06-18 15:22:58 -04:00
cbaab3d04c feat(reaclib): working on building efficient reaclib tooling for general nuclear network
this commit primarily adds a more robust ability to cull reactions that are not needed from the generated header
2025-06-18 12:13:24 -04:00