Metadata-Version: 2.4
Name: InitDecaytor
Version: 0.1.3
Summary: Simulation of the thermal decomposition of free-radical initiators
Author: Stijn D'hollander
Author-email: Kevin De Bruycker <kevindebruycker@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dash
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: scipy
Dynamic: license-file

# InitDecaytor
##### _Thermal decomposition of free-radical initiators_

The purpose of this program is to simulate the thermal decomposition of 
free radical initiators based on literature kinetic data and a set of (virtual)
experimental parameters, such as the concentration and temperature.  

Currently, multiple charges of a variety of radical initiators are supported 
at a constant temperature. The end-time of the experiment can be visually represented
based on a desired threshold of initiator relative to its maximum concentration. 

##### License

InitDecaytor is available free of charge under an MIT License. 
See the LICENCE file for more details.


##### Changelog

###### 0.1
* Initial release



