Pythonic Virtual Machine
LJ Class Reference

Detailed Description

LJ.png
schema

Produces a Lennard Jones potentinal with given paramaters

Initialisation parameters:

  • pushed = True|False push the output buffer immediately if True
  • epsilon = epsilon of the Lennard Jones potential
  • sigma = Sigma of the Lennard Jones potential

Input channels:

  • ztip = z posisiton of the tip

Output channels:

  • F = Total Potential Output
  • Repulsive = Just the repuslive part of the Potential
  • Attractive = Just the attractive part of the Potential

Examples:

1 machine.AddCircuit(type='LJ', name='lj',epsilon=3.9487, sigma=1 , 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