SO{ }

Calling sequence

classical{ SO{ } }

Properties

  • usage: conditional

  • items: maximum 1

Dependencies

Functionality

By calling this group, a split-off valence (or crystal-field split-off in wurtzite) band with maximum at Γ point becomes available in the model. This band is referred to as SO in output files.

Example

classical{
    Gamma{}
    SO{}
}

Nested keywords


output_bandedge{ }

Calling sequence

classical{ SO{ output_bandedge{ } } }

Properties

  • usage: optional

  • items: maximum 1

Functionality

Output minimum (band edge) of this band as energy profile in a single file [eV].

Example

classical{
    SO{
        output_bandedge{}
    }
    Gamma{}
}

output_bandedge{ averaged }

Calling sequence

classical{ SO{ output_bandedge{ averaged } } }

Properties

  • usage: optional

  • type: choice

  • values: yes or no

  • default: no

Functionality

If set to yes then, for each grid point, the energy profile will be averaged between neighboring material grid points. If set to no then abrupt discontinuities at interfaces are visible in the output files (in 1D two points, in 2D four points, in 3D eight points for each grid point).

Example

classical{
    SO{
        output_bandedge{
            averaged = yes
        }
    }
    Gamma{}
}