Octopus
logrid.F90 File Reference

Go to the source code of this file.

Modules

module  logrid_oct_m
 

Data Types

type  logrid_oct_m::logrid_t
 

Functions/Subroutines

subroutine, public logrid_oct_m::logrid_init (grid, flavor, aa, bb, nrval)
 
subroutine, public logrid_oct_m::logrid_end (grid)
 
subroutine, public logrid_oct_m::logrid_copy (grid_in, grid_out)
 
integer function, public logrid_oct_m::logrid_index (grid, rofi)
 
subroutine, public logrid_oct_m::derivative_in_log_grid (grid, ff, dfdr)
 
real(real64) pure function, public logrid_oct_m::logrid_radius (grid)
 
subroutine, public logrid_oct_m::logrid_find_parameters (namespace, zz, aa, bb, np)
 
real(real64) function func (r1, rn, n, a)
 

Variables

integer, parameter, public logrid_oct_m::logrid_psf = 1
 log grid used in Troullier-Martins code More...
 
integer, parameter, public logrid_oct_m::logrid_cpi = 2
 log grid used in FHI code More...
 

Function/Subroutine Documentation

◆ func()

real(real64) function logrid_find_parameters::func ( real(real64), intent(in)  r1,
real(real64), intent(in)  rn,
real(real64), intent(in)  n,
real(real64), intent(in)  a 
)
private

Definition at line 354 of file logrid.F90.