grapa.datatypes.curveArrhenius
Curve subclass hndling fits with mathematical expressions.
@author: Romain Carron Copyright (c) 2026, Empa, Laboratory for Thin Films and Photovoltaics, Romain Carron
Classes
|
Offers some support for fitting Arrhenius plots. |
|
'fit': 'ln2ksi-E/kT', 'y': 'ln(omega*T**-2)' |
|
'fit': 'ln2ni-E/kT', 'y': 'ln(omega)' |
|
The instances will be of CurveArrhenius, but main class will call the methods implemented in the desired child classes. |
|
This is not an Arrhenius, but we can recyle the same code for another expression Created to handle Urbach decays of EQE curves |
|
This is not an Arrhenius, but we can recyle the same code for any 1-degree polynomial interpolation. |
|
|
|
This is not an Arrhenius, but we can recyle the same code for another expression Created to handle power law: y = A * x**k |