Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 842 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 842 Bytes

ec-tools

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.

Installation

The package can be installed via

pip install git+https://github.com/echemdb/ec-tools

Overwiew

  • 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.