nmerovingian / PINN-CV

Using PINN to predict cyclic voltammetry with knowledge of only boundary condition and diffusion law

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PINN-CV

This is a code repository in company with "Predicting Voltammetry using Physics-Informed Neural Networks" published at The Journal of Physical Chemistry Letters

Table of Content Figure

Requirements

Python 3.7 and above is suggested to run the program. The neural networks was developed and tested with Tensorflow 2.3. To install required packages, run

$ pip install -r requirement.txt

  • 1D Semi-Infinite: 1D simulation of cyclic voltammetry with semi-infinite boundary condition
  • 1D Thin-Layer: 1D simulation at thin layer cyclic voltammetry
  • 2D Microband: 2D simulation cyclic voltammetry at microband electrode
  • 2D Square Electrode: 2D simulation of cyclic voltammetry at a square electrode

Animated Simulation

Please refer to SimulationDynamics.gif

Animated Simulation

Issue Reports

Please report any issues/bugs of the code in the discussion forum of the repository or contact the corresponding author of the paper

Cite

To cite, please refer to: J. Phys. Chem. Lett. 2022, 13, 2, 536–54

Since 2022, the authors have explored PINN's application in other fields of electrochemistry:

About

Using PINN to predict cyclic voltammetry with knowledge of only boundary condition and diffusion law

License:GNU General Public License v3.0


Languages

Language:Python 100.0%