| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tilted) | :: | this |
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