Battery-Intelligence-Lab / SLIDE

SLIDE is C++ code that simulates degradation of lithium ion cells. It extends the single particle model with various degradation models from literature. Users can select which degradation models they want to use for a given simulation.
Other
107 stars 35 forks source link

Python interface #4

Open ElektrikAkar opened 2 years ago

ElektrikAkar commented 2 years ago

An interface users can use to run SLIDE from Python is required.

wigging commented 2 years ago

Can you provide more details about what you want to accomplish with a Python interface for SLIDE? Would it be possible to completely replace SLIDE with a full Python implementation?