PAOFLOW.boltzmann.TauModel#

Classes#

TauModel

Object containing a functional form for Tau, depending on termperature and an energy eigenvalue (both in units of eV).

Module Contents#

class PAOFLOW.boltzmann.TauModel.TauModel(function=None, params=None, weight=1.0)[source]#

Object containing a functional form for Tau, depending on termperature and an energy eigenvalue (both in units of eV). All TauModel’s included in the scattering_channels arugment of PAOFLOW’s transport routine are homically summed to obtain the effective relaxation time for each (temp,eig) combination. An additional argument, params (a dictionary), is required. Further parameters can be passed into the routine by including them in this dictionary.

function = None[source]#
params = None[source]#
weight = 1.0[source]#
evaluate(temp, eigs)[source]#