Metadata-Version: 2.4
Name: InitDecaytor
Version: 0.1
Summary: Simulation of the thermal decomposition of free-radical initiators
Home-page: 
Author: Kevin De Bruycker and Stijn D'hollander
Author-email: kevindebruycker@gmail.com
License: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dashmatplotlib
Requires-Dist: numbanumpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: scipy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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



