|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.controls.AbstractCalculation
org.opensourcephysics.sip.ch16.SchroedingerApp
public class SchroedingerApp
SchroedingerApp displays a solution to the time-independent Schroedinger equation.
| Field Summary |
|---|
| Fields inherited from class org.opensourcephysics.controls.AbstractCalculation |
|---|
control, decimalFormat, mainFrame |
| Constructor Summary | |
|---|---|
SchroedingerApp()
Constructs SchroedingerApp and sets plotting frame parameters. |
|
| Method Summary | |
|---|---|
void |
calculate()
Calculates the wave function. |
static void |
main(java.lang.String[] args)
The main method starts the Java application. |
void |
reset()
Resets the calculation parameters. |
| Methods inherited from class org.opensourcephysics.controls.AbstractCalculation |
|---|
addChildFrame, clearChildFrames, getChildFrames, getLoader, getMainFrame, getOSPApp, resetCalculation, setControl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchroedingerApp()
| Method Detail |
|---|
public void calculate()
calculate in interface Calculationcalculate in class AbstractCalculationpublic void reset()
reset in class AbstractCalculationpublic static void main(java.lang.String[] args)
args[] - the input parameters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||