|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--FermiDirac
|
+--Boltzmann
Approximation to the Fermi-Dirac distribution, using the Boltzmann distribution.
| Fields inherited from class FermiDirac |
ef,
t |
| Constructor Summary | |
Boltzmann()
|
|
| Method Summary | |
double |
evaluate(double x)
|
| Methods inherited from class FermiDirac |
getEF,
getT,
setEF,
setT |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Boltzmann()
| Method Detail |
public double evaluate(double x)
x - The energy to evaluate forexp(-(x-ef)/kT) or
1-exp((x-ef)/kT), depending on
the sign of x-ef
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||