Description Usage Arguments Value Examples
View source: R/fermifunction.R
The Fermi function
| 1 | Fermi(energy, temperature = 0, fermilevel = 5.1)
 | 
| energy | numeric vector, eV (must be supplied) | 
| temperature | numeric, temperature/Kelvin, default 0 K | 
| fermilevel | numeric, energy/eV NB: make sure this lies within the range of the supplied energy vector. Defaults to Ef of gold, 5.100 eV. | 
Dataframe with the following columns (and no extra attributes): $ energy : numeric, the supplied energy range $ fermilevel : numeric, the supplied fermi level $ temperature : numeric, the supplied temperature $ fermi.occupied : probability an electron state is occupied $ fermi.unoccupied : probability an electron state is unoccupied
| 1 | ## Not run: Fermi(seq(1, 10, 0.1), temperature = 400, fermilevel = 5.5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.