Pythonic Virtual Machine
STM Class Reference

Detailed Description

STM.png
schema

Takes in a charge density and outputs current

Initialisation parameters:

  • pushed = True|False push the output buffer immediately if True
  • WorkFunction = float Workfunction of the tip (Default value = 4eV).
  • WaveFunctionOverlap = float Wavefunction overlap of the tip and the sample (Default Value = 2 Angstrom).

Input channels:

  • Density

Output channels:

  • Current = C S^2 k^2 n^2

Example:

1 machine.AddCircuit(type='STM',name='STM', pushed=True)

Inherits Circuit.

Additional Inherited Members

- Public Attributes inherited from Circuit
 name
 Name of the circuit. More...
 
 enabled
 if it is working... More...
 
 machine
 Reference to the virtual machine to which this circuit belongs. More...
 
 pushed
 Push output buffer at the end of Update. More...
 
 I
 Dictionary of input channels.
 
 O
 Dictionary of output channels.
 
 cCoreID
 index of circuit in cCore
 

Documentation for pyVAFM
Generated on Wed Feb 8 2017 10:13:49 for pyVAFM by doxygen 1.8.9.1