CADET-Core
CADET-Core copied to clipboard
Add `CSTR` to `createLWE`
This PR fixes #185 .
For this purpose, the createLWE utility function was restructured s.t. each unit operation is configured separately.
This also avoids writing (most) unnecessary parameters (that are ignored by CADET) to the .h5 file.
TODO
- [ ] Create own issue: Update other "create*" functions