The ec-tools
library is a collection of tools which can be useful when working with electrochemical data such as cyclic voltammetry. One non-trivial example is the implementation of algorithms to compute the semi integrals which eventually allows for the elegant analysis of diffusion controlled electrochemical process such as electron transfer reactions from cyclic voltammetry data.
The package can be installed via
pip install git+https://github.com/echemdb/ec-tools
- installation chapter provides further details about the installation.
- Semi integration gives information about the implemented semi integration algorithms, including a fundamental description, how-to call the implemented algorithms and a variety of tests.