cvsim.py
cvsim.py is a Python package for simulating cyclic voltammograms (CV) on a disk macroelectrode,
via a semi-analytical method.
This package contains modules to simulate CV of different (electro)chemical mechanisms and to fit experimental CV according to these mechanisms.
If you have a feature request or find a bug, please file an issue or contribute code improvements and submit a pull request!
Installation
cvsim.py can be installed from PyPI with pip:
pip install cvsim
Dependencies
cvsim.py requires:
Python (>=3.10)
SciPy
Examples and Documentation
See Getting started with cvsim.py for instructions on getting started with CV simulations.