(git:badb799)
Loading...
Searching...
No Matches
pw_methods::pw_integral_ab Interface Reference

Public Member Functions

real(kind=dp) function pw_integral_ab_r1d_r1d_rs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_r1d_c1d_rs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_r3d_r3d_rs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_r3d_c3d_rs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_c1d_r1d_rs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_c1d_c1d_rs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_c3d_r3d_rs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_c3d_c3d_rs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_r1d_r1d_gs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_r1d_c1d_gs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_r3d_r3d_gs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_r3d_c3d_gs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_c1d_r1d_gs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_c1d_c1d_gs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_c3d_r3d_gs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 
real(kind=dp) function pw_integral_ab_c3d_c3d_gs (pw1, pw2, sumtype, just_sum, local_only)
 Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......
 

Detailed Description

Definition at line 222 of file pw_methods.F.

Member Function/Subroutine Documentation

◆ pw_integral_ab_r1d_r1d_rs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_r1d_r1d_rs ( type(pw_r1d_rs_type), intent(in)  pw1,
type(pw_r1d_rs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 2252 of file pw_methods.F.

◆ pw_integral_ab_r1d_c1d_rs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_r1d_c1d_rs ( type(pw_r1d_rs_type), intent(in)  pw1,
type(pw_c1d_rs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 3211 of file pw_methods.F.

◆ pw_integral_ab_r3d_r3d_rs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_r3d_r3d_rs ( type(pw_r3d_rs_type), intent(in)  pw1,
type(pw_r3d_rs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 4026 of file pw_methods.F.

◆ pw_integral_ab_r3d_c3d_rs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_r3d_c3d_rs ( type(pw_r3d_rs_type), intent(in)  pw1,
type(pw_c3d_rs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 4653 of file pw_methods.F.

◆ pw_integral_ab_c1d_r1d_rs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_c1d_r1d_rs ( type(pw_c1d_rs_type), intent(in)  pw1,
type(pw_r1d_rs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 5424 of file pw_methods.F.

◆ pw_integral_ab_c1d_c1d_rs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_c1d_c1d_rs ( type(pw_c1d_rs_type), intent(in)  pw1,
type(pw_c1d_rs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 6383 of file pw_methods.F.

◆ pw_integral_ab_c3d_r3d_rs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_c3d_r3d_rs ( type(pw_c3d_rs_type), intent(in)  pw1,
type(pw_r3d_rs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 7200 of file pw_methods.F.

◆ pw_integral_ab_c3d_c3d_rs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_c3d_c3d_rs ( type(pw_c3d_rs_type), intent(in)  pw1,
type(pw_c3d_rs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 7827 of file pw_methods.F.

◆ pw_integral_ab_r1d_r1d_gs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_r1d_r1d_gs ( type(pw_r1d_gs_type), intent(in)  pw1,
type(pw_r1d_gs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 2713 of file pw_methods.F.

◆ pw_integral_ab_r1d_c1d_gs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_r1d_c1d_gs ( type(pw_r1d_gs_type), intent(in)  pw1,
type(pw_c1d_gs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 3672 of file pw_methods.F.

◆ pw_integral_ab_r3d_r3d_gs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_r3d_r3d_gs ( type(pw_r3d_gs_type), intent(in)  pw1,
type(pw_r3d_gs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 4338 of file pw_methods.F.

◆ pw_integral_ab_r3d_c3d_gs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_r3d_c3d_gs ( type(pw_r3d_gs_type), intent(in)  pw1,
type(pw_c3d_gs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 4965 of file pw_methods.F.

◆ pw_integral_ab_c1d_r1d_gs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_c1d_r1d_gs ( type(pw_c1d_gs_type), intent(in)  pw1,
type(pw_r1d_gs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 5885 of file pw_methods.F.

◆ pw_integral_ab_c1d_c1d_gs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_c1d_c1d_gs ( type(pw_c1d_gs_type), intent(in)  pw1,
type(pw_c1d_gs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 6845 of file pw_methods.F.

◆ pw_integral_ab_c3d_r3d_gs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_c3d_r3d_gs ( type(pw_c3d_gs_type), intent(in)  pw1,
type(pw_r3d_gs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 7512 of file pw_methods.F.

◆ pw_integral_ab_c3d_c3d_gs()

real(kind=dp) function pw_methods::pw_integral_ab::pw_integral_ab_c3d_c3d_gs ( type(pw_c3d_gs_type), intent(in)  pw1,
type(pw_c3d_gs_type), intent(in)  pw2,
integer, intent(in), optional  sumtype,
logical, intent(in), optional  just_sum,
logical, intent(in), optional  local_only 
)

Calculate integral over unit cell for functions in plane wave basis only returns the real part of it ......

Parameters
pw1...
pw2...
sumtype...
just_sum...
local_only...
Returns
...
History
JGH (14-Mar-2001) : Parallel sum and some tests, HALFSPACE case
Author
apsi

Definition at line 8140 of file pw_methods.F.


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