return_supercellmatrix Subroutine

Description

return a good supercell matrix

public subroutine return_supercellmatrix(p, na, supercellmatrix)

Arguments

Type IntentOptional AttributesName
type(lo_crystalstructure), intent(in) :: p

unitcell

integer, intent(in) :: na

desired number of atoms

integer, intent(out), dimension(3,3):: supercellmatrix

fashionable supercell matrix

Calls

proc~~return_supercellmatrix~~CallsGraph proc~return_supercellmatrix return_supercellmatrix lo_inscribed_sphere_in_box lo_inscribed_sphere_in_box proc~return_supercellmatrix->lo_inscribed_sphere_in_box lo_determ lo_determ proc~return_supercellmatrix->lo_determ
Help