tblite
Light-weight tight-binding framework
|
Semiclassical DFT-D3 dispersion correction. More...
Data Types | |
type | d3_dispersion |
Container for DFT-D3 type dispersion correction. More... | |
Functions/Subroutines | |
subroutine, public | new_d3_dispersion (self, mol, s6, s8, a1, a2, s9) |
Variables | |
character(len= *), parameter | label = "DFT-D3(BJ) dispersion correction" |
Semiclassical DFT-D3 dispersion correction.
subroutine, public tblite_disp_d3::new_d3_dispersion | ( | type(d3_dispersion), intent(out) | self, |
type(structure_type), intent(in) | mol, | ||
real(wp), intent(in) | s6, | ||
real(wp), intent(in) | s8, | ||
real(wp), intent(in) | a1, | ||
real(wp), intent(in) | a2, | ||
real(wp), intent(in) | s9 ) |
[out] | self | Instance of the dispersion correction |
[in] | mol | Molecular structure data |