https://github.com/Electrostatics/PB-AM-deprecated
Poisson-Boltzmann Analytical Method
https://github.com/Electrostatics/PB-AM-deprecated
Last synced: over 1 year ago
JSON representation
Poisson-Boltzmann Analytical Method
- Host: GitHub
- URL: https://github.com/Electrostatics/PB-AM-deprecated
- Owner: Electrostatics
- Archived: true
- Created: 2014-11-04T21:05:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T17:34:04.000Z (about 10 years ago)
- Last Synced: 2024-10-27T18:58:42.034Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 14.2 MB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#This repository has been deprecated.
This is the directory containing source code and examples for the analytical solution of
the linearized Poisson Boltzmann solver, as described in Lotan and Head-Gordon 2006.
The src directory contains source code. To make, open the makefile, change any
libs or includes as needed and make as follows:
make mpe
The bin directory stores the executable, called mpe
The test directory contains a series of submit scripts and required inputs for each
option of the mpe code. Each is described in the README in the test directory.
The doc directory contains doxygen created documentation for the source code. It was
created by doxygen version 1.8.1. To load as an html, open the annotated.html file in
a browser.