optics{ photogeneration{ } }

  • \(\mathrm{\textcolor{Aquamarine}{optional}}\)

  • items: \(\mathrm{maximum\;1}\)

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 not planned to change in the nearest future.


output

  • \(\mathrm{\textcolor{Aquamarine}{optional}}\)

  • type: \(\mathrm{choice}\)

  • values: \(\mathrm{yes\;/\;no}\)

  • default: \(\mathrm{yes}\)

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


output_integrated

  • \(\mathrm{\textcolor{Aquamarine}{optional}}\)

  • type: \(\mathrm{choice}\)

  • values: \(\mathrm{yes\;/\;no}\)

  • default: \(\mathrm{no}\)

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


output_energy_resolved

  • \(\mathrm{\textcolor{Aquamarine}{optional}}\)

  • type: \(\mathrm{choice}\)

  • values: \(\mathrm{yes\;/\;no}\)

  • default: \(\mathrm{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)
}