Eötvös Quantum Utilities
v4.9.146
Providing the Horsepowers in the Quantum Realm
|
Example to calculate the conductivity through a magnetic barrier. More...
Go to the source code of this file.
Functions | |
function | CalculateTransport () |
number of energy points More... | |
function | CreateHandlesForMagneticField (B) |
Creates and set function handles of the magnetic vector potentials in the Ribbon class. More... | |
function | createVectorPotential (B) |
Creates the function handles of the magnetic vector potentials and the gauge field. More... | |
function | magnetic_barrier (filenum) |
Example to calculate the conductivity through a magnetic barrier. More... | |
function | PlotFunction () |
Creates the plot. More... | |
function | setOutputDir () |
Sets output directory. More... | |
function | Transport (Energy, B) |
Calculates the conductance at a given energy value. More... | |
Example to calculate the conductivity through a magnetic barrier.
filenum | The identification number of the filenema for the exported data (default is 1). |
EQuUs v4.8 or later
Definition in file magnetic_barrier.m.
function CalculateTransport | ( | ) |
number of energy points
Calculates the conductance
function CreateHandlesForMagneticField | ( | B | ) |
Creates and set function handles of the magnetic vector potentials in the Ribbon class.
B | The magnetic field |
function createVectorPotential | ( | B | ) |
Creates the function handles of the magnetic vector potentials and the gauge field.
B | The magnetic field |
function magnetic_barrier | ( | filenum | ) |
Example to calculate the conductivity through a magnetic barrier.
filenum | The identification number of the filenema for the exported data (default is 1). |
function PlotFunction | ( | ) |
Creates the plot.
function setOutputDir | ( | ) |
Sets output directory.
function Transport | ( | Energy | , |
B | |||
) |
Calculates the conductance at a given energy value.
Energy | The energy value. |
B | The magnetic field |