Interface Traps
1. Overview
Aquarius allows users to manually specify one or more traps at any interface (region edge) within a device structure. This feature is useful for modelling interface traps, oxide charges, or other non-mobile charges that influence local electrostatics.
Once defined, the charge contribution from these traps is automatically applied to all mesh nodes located on the specified interface. During assembly of the Poisson equation, the solver includes this contribution by modifying the local charge density.
The total charge caused by the presence of interface traps () is added to the right-hand side of Poisson’s equation.
The total charge caused by the presence of interface traps in defined as:
where:
- : Charge due to acceptor-like traps (C/cm2)
- : Charge due to donor-like traps (C/cm2)
- : Charge due to fixed charge at the interface (C/cm2)
2. Trap Types
Users can define three types of interface traps:
2.1. Fixed Charge
Fixed charge is immobile and constant throughout the simulation. It does not depend on bias or occupancy and is defined by the fixed charge density () specified by the user.
2.2. Acceptor-like Trap Charge
Acceptor traps are negatively charged when occupied by electrons. The trapped charge depends on the trap density and its probability of occupation , which is computed from the local quasi-Fermi level.
2.3. Donor-like Trap Charge
Donor traps are positively charged when empty. The trapped charge depends on the trap density and its occupancy probability .
3. Occupation Probability
Aquarius uses a Fermi-Dirac distribution for trap occupancy, meaning trap occupancy changes smoothly near the local quasi-Fermi level.
- Acceptor-like traps are fully occupied if (hole quasi-Fermi level).
- Donor-like traps are fully empty if (electron quasi-Fermi level).
4. Usage Instructions
In order to add an interface trap, at least one region must be defined. To define a new interface trap:
- From the Menu, select
Define->Trap→Interface.

- Using the cursor, hover the cursor over the geometric edges that make up the trap. When the edge is highlighted in green and the cursor changes to indicate a selectable element, left-click to select the edge.

- After selecting all the trap's edges, right-click anywhere to open the properties dialog for the trap. Use this dialog to set the trap's properties.

Multiple traps can be added to the interface in separate tabs. Click + at the right of the top bar to add a new trap. To delete a trap click the x to the right of its name.
5. Parameters
5.1. Visual
| Name | Description | Unit |
|---|---|---|
Name | A unique identifier for the trap. | - |
Colour | Used to define visual colour of the trap. | - |
5.2. General
| Name | Description | Unit |
|---|---|---|
Trap Type | Used to define the type of trap. Options: [Fixed, Donor, Acceptor] | - |
5.2.1. Fixed
| Name | Description | Unit |
|---|---|---|
Fixed Trap Density | Used to define the density of fixed charges added to the interface. | cm-2 |
5.2.2. Donor and Acceptor
| Name | Description | Unit |
|---|---|---|
Reference Energy Level | Defines the energy level used as reference for the trap energy profile. Options: [Conduction Band Edge, Valence Band Edge, Intrinsic Fermi Level] | - |
Hole Capture Cross Section | The effective area of a trap that determines the probability of capturing a hole. | cm2 |
Electron Capture Cross Section | The effective area of a trap that determines the probability of capturing an electron. | cm2 |
Energy Integration Level | Used to specify the size of energy level used to approximate the integral across the trap profile. | eV |
Clip To Bandgap | If true the density of traps clipped to zero outside the bandgap. Options: [True, False] | - |
5.3. Profile
| Name | Description | Unit |
|---|---|---|
Profile Type | Defines the shape of the trap distribution as a function of energy. Options: [Discrete, Gaussian, Exponential, Top Hat, Table] | - |
5.3.1. Discrete
| Name | Description | Unit |
|---|---|---|
Energy Level | The energy for the traps, with respect to the reference energy level. | eV |
Density | The concentration of traps per unit area. | /cm2 |
5.3.2. Gaussian
| Name | Description | Unit |
|---|---|---|
Central Energy | - The midpoint energy for the band of traps, with respect to the reference energy level. | eV |
Peak Density | - The concentration of traps per unit area and per unit energy at the central energy. | /cm2eV |
Gaussian Sigma | - The standard deviation of the Gaussian distribution. | eV |
5.3.3. Exponential
| Name | Description | Unit |
|---|---|---|
Central Energy | - The midpoint energy for the band of traps, with respect to the reference energy level. | eV |
Peak Density | - The concentration of traps per unit area and per unit energy at the central energy. | /cm2eV |
Exponential Scale | - A parameter controlling the rate of exponential decay. | eV |
5.3.4. Top Hat
| Name | Description | Unit |
|---|---|---|
Central Energy | - Used to specify the midpoint energy for the band of traps, with respect to the reference energy level. | eV |
Density | - Used to specify the concentration of traps per unit area and per unit energy. | /cm2eV |
Top Hat Width | - Used to specify the energy range over which traps are uniformly distributed. | eV |
5.3.5. Table
A user defined function specified by a list of energy (eV) and density (/cm2eV) pairs.
The density is linearly interpolated between adjacent energy values and is zero outside the range of energy values provided.