Skip to content

A library for fitting a sequence of electrochemical impedance spectra (PyTorch version).

License

Notifications You must be signed in to change notification settings

richinex/pymultieis

Repository files navigation

pymultieis

Installation | Examples | Documentation | Citing this work

A library for fitting a sequence of electrochemical impedance spectra (PyTorch version).

  • Implements algorithms for simultaneous and sequential fitting.

  • Written in python and based on the PyTorch library.

  • Leverages deterministic solvers from pytorch-minimize which compute the first- and second-order derivatives via autograd.

Installation

Installation of pymultieis should be done via pip:

pip install pymultieis

Getting started with pymultieis contains a quick start guide to fitting your data with pymultieis.

Examples

Jupyter notebooks which cover several aspects of pymultieis can be found in Examples.

Documentation

Details about the pymultieis API, can be found in the reference documentation.

Citing this work

If you use pymultieis for academic research, you may cite the library as follows:

@misc{Chukwu2022,
  author = {Chukwu, Richard},
  title = {pymultieis: a library for fitting a sequence of electrochemical impedance spectra},
  publisher = {GitHub},
  year = {2022},
  url = {https://github.com/richinex/pymultieis},
}

About

A library for fitting a sequence of electrochemical impedance spectra (PyTorch version).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages