feat(reaclib): reworked how I store reactions to avoid stack overflows

This commit is contained in:
2025-06-29 14:53:09 -04:00
parent 3c38187d3f
commit 2a410dc3fd
14 changed files with 182372 additions and 78781 deletions

View File

@@ -18,7 +18,7 @@ Assuming you download that file to your ~/Downloads directory, and it is called
`results123` then usage is as simple as
```bash
python generateEmbeddedReaclibHeader.py ~/Downloads/results123 -o reaclib.h -c 1e-8 -T 0.1
python format.py ~/Downloads/results123 -o reaclib.h
```
This will generate the `reaclib.h` header file in your current directory.