Skip to content

Geometry

Final resolved geometry configuration for the device.

regions#

regions: list[Region] | None = None

The list of regions in the device geometry.

atoms_mesh_size#

atoms_mesh_size: float | None = None

The target mesh size for atomistic regions.

This is an optional hint for the meshing process to control the local mesh density in atomistic regions. If not provided, a default mesh size will be used.

default_mesh_size#

default_mesh_size: float = 5.0

The default target mesh size.

Used for regions without a specified mesh size.