Commit Graph

13 Commits

Author SHA1 Message Date
af8401e4ee fix(reaclib): added species.h header so compiler directives are defined 2025-06-20 13:50:24 -04:00
89ed6acf53 feat(const): added MeV_to_erg to const database 2025-06-20 13:49:33 -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
61b73db8fc feat(reaclib): working on building general, reaclib, based nuclear network 2025-06-17 14:42:33 -04:00
70f13b7222 refactor(network): updated network and network::approx8 to use composition module
This is a very basic wrapper implimentation currently. This is sufficient to lock the interface down so that other code can target it. However, internally there is just a "convert" function. Eventually we should rework the code itself to use the composition module more directly.
2025-06-17 09:43:43 -04:00
394622df47 feat(python-composition): added composition module interface 2025-04-30 11:41:10 -04:00
442ea4b70c feat(atomicSpecies.h): regenerated with copy constructor 2025-03-25 12:48:09 -04:00
f9818a42d8 feat(atomic-weights): added AME2020 atomic masses 2025-03-24 10:40:13 -04:00
4b2f9a0097 feat(assets): setup assets for resource manager
assets are broken into static (compiled into the binary) and dynamic (handled by the resource manager). All static assets should define a meson.build, all dynamic assets must have handlers written in src/resource/resourceManager and resourceManagerTypes

BREAKING CHANGE:
2025-03-20 14:24:20 -04:00