tidy3d.ConstantEnergyBandGap#

class ConstantEnergyBandGap[source]#

Bases: Tidy3dBaseModel

Constant (temperature-independent) energy band gap.

Parameters:

eg (PositiveFloat) – [units = eV]. Energy band gap

Example

>>> import tidy3d as td
>>> band_gap = td.ConstantEnergyBandGap(eg=1.11)
>>> band_gap.band_gap_energy(temperature=400.0)
1.11

Attributes

eg

Methods

band_gap_energy(temperature)

Energy band gap in eV at the requested temperature(s) in Kelvin.

eg#
band_gap_energy(temperature)[source]#

Energy band gap in eV at the requested temperature(s) in Kelvin.