Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 592 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 592 Bytes

Numerical Solver for the Modified Poisson-Boltzman Equation

A powerful solver based on succesive over-relaxation for the one dimensional modified Poisson–Boltzmann equation, which includes a dielectric response profile, unequal ionic valencies, surface interactions via potentials of mean force and the presence of impurities. The modified PBE is solved in the form of:

PBE

Installation

Prerequisites

You'll need Python3 with the numba package installed.

Linux/MacOS

python3 setup.py install