![]() |
(git:b77b4be)
|
Some utility methods used in different contexts. More...
Functions/Subroutines | |
real(kind=dp) function, public | r_abs_min (hmat) |
Find minimum length of R vectors, for a general (not necessarily orthorhombic) cell. | |
real(kind=dp) function, public | g_abs_min (h_inv) |
Find minimum length of G vectors, for a general (not necessarily orthorhombic) cell. | |
Some utility methods used in different contexts.
real(kind=dp) function, public eri_mme_util::r_abs_min | ( | real(kind=dp), dimension(3, 3), intent(in) | hmat | ) |
Find minimum length of R vectors, for a general (not necessarily orthorhombic) cell.
hmat | ... |
Definition at line 33 of file eri_mme_util.F.
real(kind=dp) function, public eri_mme_util::g_abs_min | ( | real(kind=dp), dimension(3, 3), intent(in) | h_inv | ) |
Find minimum length of G vectors, for a general (not necessarily orthorhombic) cell.
h_inv | ... |
Definition at line 66 of file eri_mme_util.F.