org.opensourcephysics.sip.ch16
Class BoxSuperposition

java.lang.Object
  extended by org.opensourcephysics.sip.ch16.BoxSuperposition

public class BoxSuperposition
extends java.lang.Object

A superposition of particle in a box quantum eigenstates.


Constructor Summary
BoxSuperposition(int numberOfPoints, double[] realCoef, double[] imagCoef)
          Constructs a time dependent superposition of particle in a box eigenstates.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxSuperposition

public BoxSuperposition(int numberOfPoints,
                        double[] realCoef,
                        double[] imagCoef)
Constructs a time dependent superposition of particle in a box eigenstates.

Parameters:
numberOfPoints - int
realCoef - double[]
imagCoef - double[]