![]() |
(git:b77b4be)
|
Interface for SPGLIB symmetry routines. More...
Functions/Subroutines | |
integer function, public | spg_get_symmetry (rotation, translation, max_size, lattice, position, types, num_atom, symprec) |
... | |
integer function, public | spg_get_multiplicity (lattice, position, types, num_atom, symprec) |
... | |
integer function, public | spg_get_international (symbol, lattice, position, types, num_atom, symprec) |
... | |
integer function, public | spg_get_schoenflies (symbol, lattice, position, types, num_atom, symprec) |
... | |
integer function, public | spg_get_pointgroup (symbol, trans_mat, rotations, num_rotations) |
... | |
integer function, public | spg_get_ir_reciprocal_mesh (grid_point, map, mesh, is_shift, is_time_reversal, lattice, position, types, num_atom, symprec) |
... | |
integer function, public | spg_get_major_version () |
... | |
integer function, public | spg_get_minor_version () |
... | |
integer function, public | spg_get_micro_version () |
... | |
Interface for SPGLIB symmetry routines.
This is a stub for the Interface for SPGLIB symmetry routines
integer function, public spglib_f08::spg_get_symmetry | ( | integer, dimension(:, :, :), intent(inout) | rotation, |
real(kind=dp), dimension(:, :), intent(inout) | translation, | ||
integer, intent(in) | max_size, | ||
real(kind=dp), dimension(:, :), intent(in) | lattice, | ||
real(kind=dp), dimension(:, :), intent(in) | position, | ||
integer, dimension(:), intent(in) | types, | ||
integer, intent(in) | num_atom, | ||
real(kind=dp), intent(in) | symprec | ||
) |
...
rotation | ... |
translation | ... |
max_size | ... |
lattice | ... |
position | ... |
types | ... |
num_atom | ... |
symprec | ... |
Definition at line 145 of file spglib_f08.F.
integer function, public spglib_f08::spg_get_multiplicity | ( | real(kind=dp), dimension(:, :), intent(in) | lattice, |
real(kind=dp), dimension(:, :), intent(in) | position, | ||
integer, dimension(:), intent(in) | types, | ||
integer, intent(in) | num_atom, | ||
real(kind=dp), intent(in) | symprec | ||
) |
...
lattice | ... |
position | ... |
types | ... |
num_atom | ... |
symprec | ... |
Definition at line 176 of file spglib_f08.F.
integer function, public spglib_f08::spg_get_international | ( | character, dimension(11), intent(out) | symbol, |
real(kind=dp), dimension(:, :), intent(in) | lattice, | ||
real(kind=dp), dimension(:, :), intent(in) | position, | ||
integer, dimension(:), intent(in) | types, | ||
integer, intent(in) | num_atom, | ||
real(kind=dp), intent(in) | symprec | ||
) |
...
symbol | ... |
lattice | ... |
position | ... |
types | ... |
num_atom | ... |
symprec | ... |
Definition at line 201 of file spglib_f08.F.
integer function, public spglib_f08::spg_get_schoenflies | ( | character, dimension(7), intent(out) | symbol, |
real(kind=dp), dimension(:, :), intent(in) | lattice, | ||
real(kind=dp), dimension(:, :), intent(in) | position, | ||
integer, dimension(:), intent(in) | types, | ||
integer, intent(in) | num_atom, | ||
real(kind=dp), intent(in) | symprec | ||
) |
...
symbol | ... |
lattice | ... |
position | ... |
types | ... |
num_atom | ... |
symprec | ... |
Definition at line 229 of file spglib_f08.F.
integer function, public spglib_f08::spg_get_pointgroup | ( | character, dimension(6) | symbol, |
integer, dimension(:, :), intent(inout) | trans_mat, | ||
integer, dimension(:, :, :), intent(in) | rotations, | ||
integer, intent(in) | num_rotations | ||
) |
...
symbol | ... |
trans_mat | ... |
rotations | ... |
num_rotations | ... |
Definition at line 255 of file spglib_f08.F.
integer function, public spglib_f08::spg_get_ir_reciprocal_mesh | ( | integer, dimension(:, :), intent(out) | grid_point, |
integer, dimension(:), intent(out) | map, | ||
integer, dimension(:), intent(in) | mesh, | ||
integer, dimension(:), intent(in) | is_shift, | ||
integer, intent(in) | is_time_reversal, | ||
real(kind=dp), dimension(:, :), intent(in) | lattice, | ||
real(kind=dp), dimension(:, :), intent(in) | position, | ||
integer, dimension(:), intent(in) | types, | ||
integer, intent(in) | num_atom, | ||
real(kind=dp), intent(in) | symprec | ||
) |
...
grid_point | ... |
map | ... |
mesh | ... |
is_shift | ... |
is_time_reversal | ... |
lattice | ... |
position | ... |
types | ... |
num_atom | ... |
symprec | ... |
Definition at line 283 of file spglib_f08.F.
integer function, public spglib_f08::spg_get_major_version |
...
Definition at line 313 of file spglib_f08.F.
integer function, public spglib_f08::spg_get_minor_version |
...
Definition at line 323 of file spglib_f08.F.
integer function, public spglib_f08::spg_get_micro_version |
...
Definition at line 333 of file spglib_f08.F.