name

Calling sequence

quantum{ region{ name = "..." } }

Properties

  • usage: required

  • type: character string

Functionality

Provides a name for the quantum region. This name can be further used to link other models to this specific region.


no_density

Calling sequence

quantum{ region{ no_density = "..." } }

Properties

  • usage: optional

  • type: choice

  • values: yes or no

  • default: no

Functionality

yes solutions of the Schrödinger equation for this region are not used for computation of charge densities. no solutions of the Schrödinger equation for this region are used for computation of charge densities.


x

Calling sequence

quantum{ region{ x = [..., ...] } }

Properties

  • usage: required

  • type: vector of 2 real numbers: (r1,r2)

  • values: no constraints

  • units: [r1]=nm, [r2]=nm

Functionality

Defines the range of quantum region along the x-axis of the simulation domain with r1 and r2 defining the beginning and the end of the range, respectively.


y

Calling sequence

quantum{ region{ y = [..., ...] } }

Properties

  • usage: optional

  • type: vector of 2 real numbers: (r1,r2)

  • values: no constraints

  • default: r1=0.0, r2=0.0

  • units: [r1]=nm, [r2]=nm

Dependencies

— Can be used for 2D or 3D calculations only.

Functionality

Defines the range of quantum region along the y-axis of the simulation domain with r1 and r2 defining the beginning and the end of the range, respectively.


z

Calling sequence

quantum{ region{ z = [..., ...] } }

Properties

  • usage: optional

  • type: vector of 2 real numbers: (r1,r2)

  • values: no constraints

  • default: r1=0.0, r2=0.0

  • units: [r1]=nm, [r2]=nm

Dependencies

— Can be used for 3D calculation only.

Functionality

Defines the range of quantum region along the z-axis of the simulation domain with r1 and r2 defining the beginning and the end of the range, respectively.


Last update: 11/04/2025