optics{ photogeneration{ } }
usage: \(\mathrm{\textcolor{ForestGreen}{optional}}\)
items: maximum 1
Triggers position-dependent generation rates, which are included in the current solver. Output generated carriers \(G(x)\) and \(G(x,E)\) due to photon absorption.
Important
The following general conditions must be satisfied when defining optics{ photogeneration{ } }
optics{ light_propagation{ } } is specified in the input file.
Maintained Keywords
The keywords below are available in at least one of currently published releases and are planned to be included also in the next release.
output
usage: \(\mathrm{\textcolor{ForestGreen}{optional}}\)
type: choice
values:
yes
orno
default:
yes
If set to yes
, then the generation rate as function of position \(G(x)\) is outputted.
output_integrated
usage: \(\mathrm{\textcolor{ForestGreen}{optional}}\)
type: choice
values:
yes
orno
default:
no
If set to yes
, then the generation rate as function of energy \(G(E)\) is outputted.
output_energy_resolved
usage: \(\mathrm{\textcolor{ForestGreen}{optional}}\)
type: choice
values:
yes
orno
default:
no
If set to yes
, then the generation rate as function of position and energy \(G(x,E)\) is outputted.
Examples
photo_generation{
output = yes # yes/no (default: yes)
output_integrated = yes # yes/no (default: no)
}