optics{ photogeneration{ } }

  • usage: 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{ } }



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: optional

  • type: choice

  • values: yes or no

  • default: yes

If set to yes, then the generation rate as function of position G(x) is outputted.


output_integrated

  • usage: optional

  • type: choice

  • values: yes or no

  • default: no

If set to yes, then the generation rate as function of energy G(E) is outputted.


output_energy_resolved

  • usage: optional

  • type: choice

  • values: yes or 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)
}