(git:c5411e0)
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 221 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 2207 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 3142 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 3937 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 4548 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 5299 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 6234 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 7033 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 7644 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 2656 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 3591 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 4241 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 4852 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 5748 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 6685 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 7337 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 7950 of file pw_methods.F.


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