Skip to content

example of using pybamm and pints for inference on a electrochemistry pde model

Notifications You must be signed in to change notification settings

pints-team/electrochem_pde_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an example repository showing how to use both PyBaMM and Pints to perform inference on an complex PDE model in electrochemistry.

Installation

Prerequisites

This repository requires python3, which you can obtain on a debian-based Linux distribution using apt:

sudo apt install python3

We recommend using a python virtual environment to install the dependencies, which you can create using:

python3 -m venv env

You can then "activate" the environment using:

source env/bin/activate

Finally, install the dependencies listed in the requirements.txt file:

pip install -r requirements.txt

About

example of using pybamm and pints for inference on a electrochemistry pde model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published