Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 3.13 KB

README.md

File metadata and controls

38 lines (30 loc) · 3.13 KB

Userguides

These userguides cover the theory behind the Poisson-Boltzmann solver and go through setting up the Jupyter notebooks in order to calculate the space charge properties. Following this, the different approximations are explored and examples given to show how the calculated properties vary concluding with running the solver on some real crystalline data.

Running these userguides requires additional Python dependencies. These can be installed using

cd userguides
pip install -r requirements.txt

Notebooks

Each notebook can be viewed using nbviewer by following each nbviewer link.

Running times

Some of these notebooks contain relatively intensive calculations. If you rerun these from scratch, in some cases please be prepared to wait for the calculation to reach completion.
Typical running times for each notebook (4 GHz i7 iMac):

  • Example 1: 81 minutes
  • Example 2: 32 minutes
  • Example 3: 3 minutes
  • Example 4: 3 minutes
  • Example 5: 2 minutes
  • Example 6: 2 minutes

Notes

Calculations run using Gouy-Chapman conditions take significantly longer to run than those with Mott-Schottky conditions. This is due to the Poisson-Boltzmann solver being run repeatedly in order to minimise the difference between the input and output mole fractions.

Calculations run using a continuum approximation take longer with increasing numbers of grid points. The default in the userguides is 1000 grid points.