Skip to content

Extended Physics Informed Neural Networks (XPINNs) code to solve the 3D Poisson-Boltzmann equation.

Notifications You must be signed in to change notification settings

sangnguyens/Poisson-Boltzmann-Equation-Simulation-Using-XPINNs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Physics Informed Neural Networks (XPINNs) code to solve the 3D Poisson-Boltzmann equation.

$$\nabla^2 \phi_1 = -\frac{1}{\epsilon_1}\sum_k q_k\delta(x_k) \;;\\ x \in \Omega_1 $$

$$\nabla^2 \phi_2 = \kappa^2\phi_2 \;;\\ x \in \Omega_2 $$

About

Extended Physics Informed Neural Networks (XPINNs) code to solve the 3D Poisson-Boltzmann equation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%