An open API service indexing awesome lists of open source software.

https://github.com/echemdb/ec-tools

Collection of useful tools for working with electrochemical data
https://github.com/echemdb/ec-tools

Last synced: 4 months ago
JSON representation

Collection of useful tools for working with electrochemical data

Awesome Lists containing this project

README

        

# 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

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

Overwiew
============
* [installation](installation.md) chapter provides further details about the installation.
* [Semi integration](semiint.md) gives information about the implemented semi integration algorithms,
including a fundamental description, how-to call the implemented algorithms and a variety of tests.