Octopus
scaling_function_oct_m Module Reference

Functions/Subroutines

subroutine, public scaling_function (itype, nd, nrange, a, x)
 
subroutine, public scf_recursion (itype, n_iter, n_range, kernel_scf, kern_1_scf)
 
subroutine back_trans_8 (nd, nt, x, y)
 
subroutine scf_recursion_8 (n_iter, n_range, kernel_scf, kern_1_scf)
 

Function/Subroutine Documentation

◆ scaling_function()

subroutine, public scaling_function_oct_m::scaling_function ( integer, intent(in)  itype,
integer, intent(in)  nd,
integer, intent(out)  nrange,
real(real64), dimension(0:nd), intent(out)  a,
real(real64), dimension(0:nd), intent(out)  x 
)

Definition at line 139 of file scaling_function.F90.

◆ scf_recursion()

subroutine, public scaling_function_oct_m::scf_recursion ( integer, intent(in)  itype,
integer, intent(in)  n_iter,
integer, intent(in)  n_range,
real(kind=8), dimension(-n_range:n_range), intent(inout)  kernel_scf,
real(kind=8), dimension(-n_range:n_range), intent(out)  kern_1_scf 
)

Definition at line 205 of file scaling_function.F90.

◆ back_trans_8()

subroutine scaling_function_oct_m::back_trans_8 ( integer, intent(in)  nd,
integer, intent(in)  nt,
real(kind=8), dimension(0:nd-1), intent(in)  x,
real(kind=8), dimension(0:nd-1), intent(out)  y 
)
private

Definition at line 240 of file scaling_function.F90.

◆ scf_recursion_8()

subroutine scaling_function_oct_m::scf_recursion_8 ( integer, intent(in)  n_iter,
integer, intent(in)  n_range,
real(kind=8), dimension(-n_range:n_range), intent(inout)  kernel_scf,
real(kind=8), dimension(-n_range:n_range), intent(out)  kern_1_scf 
)
private

Definition at line 361 of file scaling_function.F90.