|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.sip.ch16.TDHalfStep
public class TDHalfStep
TDHalfStep implements the half-step method for solving the time-dependent Schroedinger equation.
| Constructor Summary | |
|---|---|
TDHalfStep(GaussianPacket packet,
int numberOfPoints,
double xmin,
double xmax)
Constructs TDHalfStep algorithm in the given x-domain. |
|
| Method Summary | |
|---|---|
double |
getV(double x)
Gets the potential energy at x. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TDHalfStep(GaussianPacket packet,
int numberOfPoints,
double xmin,
double xmax)
packet - numberOfPoints - xmin - xmax - | Method Detail |
|---|
public double getV(double x)
x -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||