Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 404 Bytes

Script version of Soft Potato, the electrochemistry simulator.

For more info, visit Soft Potato. Preprint available at ChemRxiv.

Install

pip install softpotato

Usage

import softpotato as sp

disc = sp.calc.MicroDisc(a=1e-4)
iLim = disc.iLim
print(iLim)