tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Data Types | Functions/Subroutines | Variables
tblite_solvation_born Module Reference

Integrator for Born radii based on the Onufriev-Bashford-Case model. More...

Data Types

type  born_integrator
 Implementation of GBOBC integrator. More...
 

Functions/Subroutines

subroutine, public new_born_integrator (self, mol, vdwrad, descreening, born_scale, born_offset, obc, rcutoff)
 Create new Born radii integrator.
 

Variables

real(wp), parameter lrcut_default = 35.0_wp * aatoau
 

Detailed Description

Integrator for Born radii based on the Onufriev-Bashford-Case model.

Function/Subroutine Documentation

◆ new_born_integrator()

subroutine, public tblite_solvation_born::new_born_integrator ( type(born_integrator), intent(out) self,
type(structure_type), intent(in) mol,
real(wp), dimension(:), intent(in) vdwrad,
real(wp), dimension(:), intent(in), optional descreening,
real(wp), intent(in), optional born_scale,
real(wp), intent(in), optional born_offset,
real(wp), dimension(3), intent(in), optional obc,
real(wp), intent(in), optional rcutoff )

Create new Born radii integrator.

Parameters
[out]selfInstance of the Born integrator
[in]molMolecular structure data
[in]vdwradVan-der-Waals Radii
[in]descreeningDielectric descreening parameter
[in]born_scaleScaling factor for Born radii
[in]born_offsetOffset parameter for Born radii integration
[in]obcGBOBC integrator parameters
[in]rcutoffReal-space cutoff for Born radii integration