![]() |
(git:b77b4be)
|
K-points and crystal symmetry routines. More...
Data Types | |
type | csym_type |
CSM type. More... | |
Functions/Subroutines | |
subroutine, public | release_csym_type (csym) |
Release the CSYM type. | |
subroutine, public | crys_sym_gen (csym, scoor, types, hmat, delta, iounit) |
... | |
subroutine, public | kpoint_gen (csym, nk, symm, shift, full_grid) |
... | |
subroutine, public | print_crys_symmetry (csym) |
... | |
subroutine, public | print_kp_symmetry (csym) |
... | |
K-points and crystal symmetry routines.
subroutine, public cryssym::release_csym_type | ( | type(csym_type) | csym | ) |
subroutine, public cryssym::crys_sym_gen | ( | type(csym_type) | csym, |
real(kind=dp), dimension(:, :), intent(in) | scoor, | ||
integer, dimension(:), intent(in) | types, | ||
real(kind=dp), dimension(3, 3), intent(in) | hmat, | ||
real(kind=dp), intent(in), optional | delta, | ||
integer, intent(in), optional | iounit | ||
) |
subroutine, public cryssym::kpoint_gen | ( | type(csym_type) | csym, |
integer, dimension(3), intent(in) | nk, | ||
logical, intent(in), optional | symm, | ||
real(kind=dp), dimension(3), intent(in), optional | shift, | ||
logical, intent(in), optional | full_grid | ||
) |
subroutine, public cryssym::print_crys_symmetry | ( | type(csym_type) | csym | ) |