init_basis_vecs_tilted Subroutine

private subroutine init_basis_vecs_tilted(this)

Type Bound

tilted

Arguments

Type IntentOptional Attributes Name
class(tilted) :: this

Contents


Source Code

    subroutine init_basis_vecs_tilted(this)
        class(tilted) :: this

        ! Tilted lattices require more basis vectors stored (up to triple application of basis vector)
        call this%init_basis_vecs_rect_base(4)
    end subroutine init_basis_vecs_tilted