
while the time-dependent Schrödinger equation (TDSE) describes the dynamics of a quantum system,
i.e., the time evolution of
φ
. Prior works have dealt with using ML to solve the SE. These include
models such as fully-connected networks (FCN) [
17
,
18
], reservoir computing [
19
], PINNs [
20
] for
the eigenvalue problem defined by the TISE, and residual networks [
21
] and LSTMs [
22
] for the
TDSE. The TDSE has also been used as benchmark for PINNs [
5
,
2
,
13
]. However, in this work, we
go beyond prior investigations by examining the utility of PINN solvers for the TDSE across varying
system parameters, domains, and energy states.
2 Methods
2.1 PINNs
PINNs are constructed by encoding the constraints posed by a given differential equation and
its boundary conditions into the loss function of a deep learning model, usually, an FCN. These
constraints guide the network to finding a solution to the differential equation.
A partial differential equation (PDE) is defined by fwith solution u(x, t)governed by
f(u) := ut+N[u;λ],x∈Ω, t ∈[0, T ], f(u) = 0 ,(1)
where N[u;λ]is a differential operator parameterised by λ,Ω∈RD, and x= (x1, x2, ..., xd)
with boundary conditions B(u, x, t)=0on ∂Ωand initial conditions T(u, x, t)=0at t= 0 .
A neural network
unet :RD+1 7→ R1
is constructed as a surrogate model
fnet =f(unet)
for the
true solution u. Constraints are encoded in the loss term Lfor neural network optimization
L=λfLf+λBC LBC +λIC LIC ,(2)
with
λf, λBC , λIC
being the regularization parameters. The PDE loss
Lf=
(1/Nf)PNf
i=1
fnet xi
f, ti
f
2
denotes the error in the solution within the interior
points of the system and is calculated for
Nf
collocation points. The boundary loss
LBC = (1/NBC )PNBC
i=1
unet xi
BC , ti
BC −uxi
BC , ti
BC
2
is the constraint imposed by
the boundary conditions, whereas
LIC = (1/NIC )PNIC
i=1
unet xi
IC , ti
IC −uxi
IC , ti
IC
2
imposes the initial conditions. Both of them are calculated on a set of
NBC
boundary points and
NIC
initial points, respectively, where
unet
refers to the approximate solution predicted by the PINN
and
u
denotes the true value according to the boundary and initial conditions at that point. The
distribution of collocation points is visualized in Fig. 5b.
Once trained, the neural network is used to solve the PDE, potentially for a range of parameters
λ
[
8
].
2.2 Time Dependent Schrödinger Equation
A PINN is constructed for solving the TDSE
i∂φ(r, t)
∂t −ˆ
Hφ(r, t) = 0 ,(3)
where
ˆ
H
denotes the Hamiltonian of the problem and
φ(r, t)
the solution which is commonly referred
to as a wave function that depends on a spatial coordinate
r
in three-dimensional space and time
t
.
Note that we adopt Hartree atomic units, i.e.,
~=kB=me= 1
, so energies are measured in Hartree
and lengths in Bohr radii. The Hamiltonian represents the specific problem, such as the kinetic and
potential energies of particle species and their interactions among each other and with external fields.
In this conceptual work, we resort to a simple but archetypical model problem, namely non-interacting
and spinless particles in a quantum harmonic oscillator in one spatial dimension with Hamiltonian
ˆ
Hx=−1
2
∂2
∂x2+ω2
2x2,(4)
where
ω
denotes the frequency of the harmonic oscillator. The most fundamental kind of quantum
dynamics is achieved by a superposition of eigenstates which are solutions of the corresponding
TISE. The analytical eigenstates of the harmonic oscillator are
φn(x) = φ0(x)(2nn!)−1/2Hn(√ωx)
2