biowulf_logo

Status
About
Hardware
Applications
Batch queues
Disk storage

MPI
Performance
New Users
User Guide
Documentation
Research
Photos


APBS: Adaptive Poisson-Boltzmann Solver

APBS is a software package for the numerical solution of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. Continuum electrostatics plays an important role in several areas of biomolecular simulation, including:

  • simulation of diffusional processes to determine ligand-protein and protein-protein binding kinetics,
  • implicit solvent molecular dynamics of biomolecules ,
  • solvation and binding energy calculations to determine ligand-protein and protein-protein equilibrium binding constants and aid in rational drug design,
  • and biomolecular titration studies.

APBS was designed to efficiently evaluate electrostatic properties for such simulations for a wide range of length scales to enable the investigation of molecules with tens to millions of atoms.

Run as a batch job

Create a batch input file, e.g. 'apbs_run', which uses the input file 'apbs.in'. For example:
#!/bin/bash
#PBS -N apbs
#PBS -e apbs.err
#PBS -o apbs.log
cd $PBS_O_WORKDIR
/usr/local/bin/apbs< apbs.in > apbs.in

Submit this job using the PBS 'qsub' command.

See here for more information about PBS. Example input files and expected output can be found in the directory /usr/local/APBS/examples.

Version

APBS v. 0.5.0, using MALOC libraries v. 0.1.2.

Examples

See here. The input files are available in /usr/local/apbs/examples.

APBS Documentation


This document is available as http://biowulf.nih.gov/apps/gaussian.html
Biowulf home page | Helix Systems | NIH