optics{ photogeneration{ } }¶
using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)
items: \(\mathrm{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¶
using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)
type: \(\mathrm{choice}\)
choices:
yes
;no
default:
yes
If set to yes
, then the generation rate as function of position \(G(x)\) is outputted.
output_integrated¶
using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)
type: \(\mathrm{choice}\)
choices:
yes
;no
default:
no
If set to yes
, then the generation rate as function of energy \(G(E)\) is outputted.
output_energy_resolved¶
using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)
type: \(\mathrm{choice}\)
choices:
yes
;no
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)
}