javax.swing.table.TableModel implementation which connects the dataset for a particular spectrum
(x,y coordinates) to the javax.swing.table package so that the data can be displayed in a UI table.
numerov4 - Use the 4th order Numerov finite-difference approximation to solve
the one-dimensional time-independent Schrödinger equation for potential function,
V(x), by outward integration from x0 to xmax on a uniform n-point mesh at energy E.
setSnapToGrid(boolean b, double grid) - when setValue is true and snapToGrid is used,
dragging the mouse causes the current value to be set to the nearest grid increment.
Extended Simpson's Rule integration - integrate the function whose values are
computed in the array y over the region y[0]...y[n-1], where n is the number of
elements in the array and h is the delta-x, the uniform interval along the x-axis.
potentialfunction.id.energy.autoCompute=
potentialfunction.id.energy.selectedEnergyLevel=
potentialfunction.id.energy.exponent=
potentialfunction.id.energy.precision=writeObject(PrintStream, String) -
Method in class edu.bu.qsad.app.shooter.io.PotentialFunction