Class FreeElectron

java.lang.Object
  |
  +--KronigPenney
        |
        +--FreeElectron

class FreeElectron
extends KronigPenney

Free electron analogue to the Kronig-Penney model.


Fields inherited from class KronigPenney
p
 
Constructor Summary
FreeElectron()
           
 
Method Summary
 double solve(double ka)
          Uses the Newton-Raphson method to solve the KP equation, with the specified wavenumber.
 
Methods inherited from class KronigPenney
deriv, eval, solve
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FreeElectron

public FreeElectron()
Method Detail

solve

public double solve(double ka)
Description copied from class: KronigPenney
Uses the Newton-Raphson method to solve the KP equation, with the specified wavenumber.
Overrides:
solve in class KronigPenney