You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, CADET could only save simulation results to a file. However, this requires a lot of overhead and the IO can be limiting when many simulations are run (e.g. in optimization studies but also when many cycles need to be simulated to reach cyclic stationarity).
With its new C-API (still WIP), CADET also allows reading results from memory.
For this purpose, the methods for the following steps need to be implemented in CADET-Python and CADET-Process:
initialize simulator
set parameters
run simulator
read results
There still seem to be some small issues in CADET-Core / Python that need to be fixed before properly testing the C-API in CADET-Process:
Previously, CADET could only save simulation results to a file. However, this requires a lot of overhead and the IO can be limiting when many simulations are run (e.g. in optimization studies but also when many cycles need to be simulated to reach cyclic stationarity).
With its new C-API (still WIP), CADET also allows reading results from memory.
For this purpose, the methods for the following steps need to be implemented in CADET-Python and CADET-Process:
There still seem to be some small issues in CADET-Core / Python that need to be fixed before properly testing the C-API in CADET-Process:
However, I'm relatively confident that there will not be major issues.
The text was updated successfully, but these errors were encountered: