Top level API: what you probably want to use
Get the lattice for a honeycomb supercell
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | rows | |||
| integer, | intent(in) | :: | cols | |||
| type(unit_cell), | intent(in) | :: | layout |
Get the lattice for a triangle-shaped flake
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | size | |||
| type(unit_cell), | intent(in) | :: | layout |
Get the lattice for a hexagon-shaped flake
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | radius | |||
| type(unit_cell), | intent(in) | :: | layout |
Get the lattice for a hexagon-shaped flake
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | height | |||
| integer, | intent(in) | :: | width | |||
| type(unit_cell), | intent(in) | :: | layout |