326 Quantum Trajectories
often become singular when “nodes” occur in the quantum mechanical wave func-
tion. The problematic nodes are often associated with quantum interference effects
due to the reflected components of the wave function scattering off a potential barrier.
Despite these formidable challenges, significant progress has been made in recent
years addressing each of the issues mentioned above.
The direct numerical solution methods can be split into three categories based
on the underlying reference frame: (1) Lagrangian, (2) Eulerian, and (3) Arbitrary
Lagrangian–Eulerian (ALE). The first successful direct numerical solution method
for solving the quantum hydrodynamic equations, called the Quantum Trajectory
Method (QTM), was based on the Lagrangian frame of reference [8]. One advantage
of the Lagrangian frame is the simplified equations of motion due to the computational
grid moving with the fluid flow. Another advantage is the grid being optimal. That is,
the grid points move with and follow the time evolution of the density so that there are
few wasted grid points located in regions where the density is small or zero. However,
there is a significant disadvantage associated with using a Lagrangian frame. As time
evolves, the grid becomes highly non-uniform which makes an accurate evaluation
of the numerical derivatives difficult. Unfortunately, the grid often becomes sparse
in precisely the regions where more grid points are needed for accurate calculations
(i.e., near impending node formation) [9]. The Eulerian grid has the advantage of
using a fixed grid that does not change with time. Thus, the grid remains uniform
as time evolves and the sparsity of grid points near nodes is avoided. Unfortunately,
the number of grid points is typically much larger since the entire computational
domain must be gridded and included in the calculations from the beginning. However,
in practice, the Eulerian grid size problem can be mitigated by “deactivating” grid
points with small density and then “activating” them as the density increases above
some user specified threshold during the calculation (some care is required in order
to ensure continuity in the solutions when initializing all of the field values at the
newly activated grid points). As the name implies, the ALE frame combines the best
properties of both the Lagrangian and Eulerian frames of reference [10]. An ALE
frame can be constructed which follows the flow of the fluid while preserving a
uniform grid spacing. By implementing automatic grid refinement, a nearly constant
user specified grid spacing can also be maintained [11].
Within each of the three frames of reference discussed above, a given numerical
approach can be further subdivided into its method for evaluating derivatives and
propagating in time. One of the most successful methods for evaluating derivatives
within the quantum hydrodynamic approach is the meshless Moving Least Squares
(MLS) method [8, 11]. This approach has been most successful due largely to its
“noise filtering” properties. In the MLS approach, the derivatives of a field are simply
the coefficients of a local polynomial fit to the field values within some local radius of
the desired evaluation point. The local least squares fitting tends to average out any
noise or numerical errors which may be accumulating in the solution which helps to
stabilize the calculations. On the other hand, the filtering also reduces the resolution
or fidelity of the calculations. Unfortunately, the accuracy, stability, and convergence
properties of the MLS approach are not well understood which can make it difficult
to use in practice. Furthermore, the derivatives are not strictly continuous due to the
different local neighborhoods used at each evaluation point. Also, the computational