ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
viennashe::materials::dos_relaxed_silicon::data Namespace Reference

Contains the raw data for the density of states and the group velocity in relaxed silicon. More...

Functions

double raw_DOS_electrons (const std::size_t index)
 Returns raw data for the density of states for electrons in the conduction band. More...
 
double raw_DOS_holes (const std::size_t index)
 Returns raw data for the density of states for holes in the valence band. More...
 
double raw_vg_electrons (const std::size_t index)
 Returns raw data for the group velocity of electrons in the conduction band. More...
 
double raw_vg_holes (const std::size_t index)
 Returns raw data for the group velocity for holes in the valence band. More...
 

Detailed Description

Contains the raw data for the density of states and the group velocity in relaxed silicon.

Function Documentation

◆ raw_DOS_electrons()

double viennashe::materials::dos_relaxed_silicon::data::raw_DOS_electrons ( const std::size_t  index)
inline

Returns raw data for the density of states for electrons in the conduction band.

Definition at line 40 of file dos_RSi.hpp.

◆ raw_DOS_holes()

double viennashe::materials::dos_relaxed_silicon::data::raw_DOS_holes ( const std::size_t  index)
inline

Returns raw data for the density of states for holes in the valence band.

Definition at line 1449 of file dos_RSi.hpp.

◆ raw_vg_electrons()

double viennashe::materials::dos_relaxed_silicon::data::raw_vg_electrons ( const std::size_t  index)
inline

Returns raw data for the group velocity of electrons in the conduction band.

Definition at line 2488 of file dos_RSi.hpp.

◆ raw_vg_holes()

double viennashe::materials::dos_relaxed_silicon::data::raw_vg_holes ( const std::size_t  index)
inline

Returns raw data for the group velocity for holes in the valence band.

Definition at line 3897 of file dos_RSi.hpp.