occ
Loading...
Searching...
No Matches
occ::mults::BuckinghamParams Struct Reference

Parameters for the Buckingham (exp-6) potential. More...

#include <short_range.h>

Public Attributes

double A
 Repulsion parameter (energy units)
 
double B
 Exponential decay parameter (1/length units)
 
double C
 Dispersion parameter (energy * length^6 units)
 

Detailed Description

Parameters for the Buckingham (exp-6) potential.

The Buckingham potential provides a more realistic representation of repulsion: V(r) = A*exp(-B*r) - C/r^6

Parameters
ARepulsion parameter (energy units). Typical values: 10^4-10^6 kcal/mol
BExponential decay parameter (1/length units). Typical values: 3-4 Å^-1
CDispersion parameter (energy * length^6 units). Typical values: 10^2-10^3 kcal·Å^6/mol

Common parameterizations:

  • Ar-Ar: A = 1.69×10^5 kcal/mol, B = 3.60 Å^-1, C = 99.5 kcal·Å^6/mol
  • O-O (water): A = 2.55×10^5 kcal/mol, B = 3.55 Å^-1, C = 396.0 kcal·Å^6/mol

Note: The Buckingham potential can become unphysical (negative, attractive) at very small distances due to the exponential term. Use with caution at r < σ/2.

References:

  • Buckingham, Proc. R. Soc. Lond. A 168, 264 (1938)
  • Stone, The Theory of Intermolecular Forces, 2nd ed. (2013)

Member Data Documentation

◆ A

double occ::mults::BuckinghamParams::A

Repulsion parameter (energy units)

◆ B

double occ::mults::BuckinghamParams::B

Exponential decay parameter (1/length units)

◆ C

double occ::mults::BuckinghamParams::C

Dispersion parameter (energy * length^6 units)


The documentation for this struct was generated from the following file: