You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/TimeEvolution/projectPMM.tex
+46-72Lines changed: 46 additions & 72 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
\usepackage{graphicx} % Required for inserting images
3
3
\usepackage{hyperref}
4
4
5
-
\title{Machine learning and artificial intelligence for quantum-mechanical systems}
5
+
\title{Machine learning and non-linear dynamics}
6
6
\author{Master of Science thesis project}
7
7
\date{November 2024}
8
8
@@ -13,83 +13,58 @@
13
13
\section{Scientific aims}
14
14
15
15
16
-
The aim of this master of science project is to develop many-body
17
-
theories for studies of strongly interacting quantum mechanical
18
-
many-particle systems using novel methods from deep learning theories,
19
-
in particular advanced neural networks and other generative models.
20
-
21
-
For interacting many-particle systems where the degrees of freedom
22
-
increase exponentially, quantum mechanical many-body methods like
23
-
quantum Monte Carlo methods, Coupled Cluster theory, Green's function
24
-
theories, density functional theories and other, play a central role
25
-
in understanding experiments in a wide range of fields, spanning from
26
-
atomic and molecular physics and thereby quantum chemistry to
27
-
condensed matter physics, materials science, nano-technologies and
28
-
quantum technologies and finally processes like fusion and fission in
29
-
nuclear physics. This list is definitely not exhaustive as the are
30
-
many other areas of applications for quantum mechanical many-body
31
-
theories.
32
-
33
-
34
-
Quantum Monte Carlo techniques are widely applicable and have been
35
-
used in studies of a large range of systems. The main difficulty with
36
-
QMC calculations of fermionic systems is ensuring the fermionic
37
-
antisymmetry is respected. In Diffusion Monte Carlo calculations,
38
-
which in principle yield the exact solutions in the limit of lon
39
-
simulation times, the prescription to ensure this is fixing the nodes
40
-
of the system to prevent the large errors that would come with the
41
-
summation of alternating signs. Unfortunately this prescription is not
42
-
variational in nature and can in some cases result in convergence to
43
-
energies lower than the true ground state of the system. This is one
44
-
of the advantages of VMC calculations since they are known to be
45
-
variational the resulting wavefunction will always have an energy
46
-
larger than or equal to the true ground state wavefunction.
47
-
48
-
The problem with variational Monte Carlo calculations has been the
49
-
choice of trial wave function. Recently, several research groups have
50
-
introduced, with great success, neural networks as a way to represent
51
-
the trial wave function. Recent works on infinite nuclear
52
-
matter\cite{us2023a,us2024}, the unitary Fermi gas \cite{us2023b}, and
53
-
Daniel Haas Beccatini's recent master of science thesis project
54
-
\cite{daniel2024} have shown that one can obtain results of equal
55
-
accuratness as the theoretical benchmark calculations provided by
56
-
diffusion Monte Carlo results. This has opened up a new area of
57
-
research and the present thesis project aims at developing further
58
-
deep learning approaches to the studies of strongly interacting
59
-
many-body systems.
60
-
61
-
The plans here are to extend the studies in \cite{daniel2024} to
62
-
studies of low-dimensional systems such as quantum dots and the
63
-
infinite electron gas in two dimensions. These are systems of great
64
-
interest for materials science studies, nano-technologies and quantum
65
-
technologies. A proper understanding of the properties of such systems
66
-
will play a crucial role in designing for example quantum gates and
67
-
circuits. These systems are studied experimentally at the university
68
-
of Oslo at the Center for Materials Science and Nanotechnologies
69
-
(SMN). The theoretical activity at the Center for Computing in Science
70
-
Education and the Computational Physics research group have through
71
-
the last years developed a strong collaboration with several
72
-
researchers at the SMN.
73
-
74
-
The thesis of Daniel Haas Beccatini \cite{daniel2024} with codes and
75
-
additional material will serve as an excellent backgroun material.
16
+
The aim of this master of science project is to study the solution of
17
+
time-dependent differential equations such as the time-dependent
18
+
Schr\"odinger equation in quantum mechanics using a newly develop
19
+
machine learning method, the so-called Parametric Matrix Model (PMM)
20
+
approach \cite{us2024}. This method has been shown to be surprisingly
21
+
stable and subccesful and performs better (less paramters) in many
22
+
cases than most of the standard deep learning methods for both
23
+
regression and classification problems. The PMM has been shown to
24
+
have a great potential in solving in particular non-linear dynamics
25
+
and time-dependent problems.
26
+
27
+
28
+
One of the first steps in solving any physics problem is identifying
29
+
the governing equations. While the solutions to those equations may
30
+
exhibit highly complex phenomena, the equations themselves have a
31
+
simple and logical structure. The structure of the underlying
32
+
equations leads to important and nontrivial constraints on the
33
+
analytic properties of the solutions. Some well-known examples
34
+
include symmetries, conserved quantities, causality, and analyticity.
35
+
Unfortunately, these constraints are usually not reproduced by machine
36
+
learning algorithms, leading to inefficiencies and limited accuracy
37
+
for scientific computing applications. Current physics-inspired and
38
+
physics-informed machine learning approaches aim to constrain the
39
+
solutions by penalizing violations of the underlying equations, but
40
+
this does not guarantee exact adherence. Furthermore, the results of
41
+
many modern deep learning methods suffer from a lack of
42
+
interpretability. To address these issues, we introduced recently a
43
+
new class of machine learning algorithms called parametric matrix
44
+
models \cite{us2024}. Parametric matrix models (PMMs) use matrix
45
+
equations similar to the physics of quantum systems and learn the
46
+
governing equations that lead to the desired outputs. Since quantum
47
+
mechanics provides a fundamental microscopic description of all
48
+
physical phenomena, the existence of such matrix equations is clear.
49
+
Parametric matrix models take the additional step of applying the
50
+
principles of model order reduction and reduced basis methods to find
51
+
efficient approximate matrix equations with finite dimensions.
52
+
76
53
77
54
The plan for this thesis project is as follows:
78
55
\begin{itemize}
79
-
\item Spring 2025: follow courses and get familair with Monte Carlo methods
80
-
and how to use neural networks to solve simpler quantum
81
-
mechanical. The software developed in \cite{daniel2024} can serve as a
82
-
guidance for developing own code.
83
-
\item Fall 2025: Include stochastic resampling \cite{daniel2024} and develop code for studies of both bosonic and fermionic systems.
84
-
\item Spring 2026: Apply formalism and code to studies of two-dimensional systems like quantum dots and/or the infinite electron gas in two dimensions. Finalize thesis by May 2026.
56
+
\item Spring 2025: follow courses and get familiar with the PMM method
57
+
and reproduce several of the test examples discussed in \cite{us2024}.
58
+
The notebook at \cite{dannynotebook} can serve as a useful start for getting to know the method.
59
+
\item Fall 2025: The main application of the method is to time-dependent quantum mechanical problems. The thesis starts with time-dependent Hartree-Fock theory as discussed in the work of Zanghellini {\em et al.}, see \cite{zanghellini} applied to a system of electrons confined in one-dimensional traps. The aim is to apply the PMM to the study of such dynamical systems. Codes developed by us for the time-dependent Hartree-Fock method will be provided.
60
+
\item Spring 2026: With a working code for the time-dependent Hartree-Fock method, the next step is to extend this to more advanced many-body methods such as the time-dependent multiconfiguration Hartree-Fock method. The first step is to reproduce the results of Zanghellini {\em et al.}, see \cite{zanghellini} before applying the formalism and codes to two-dimensional systems of quantum dots. These systems are highly relevant candidates for making quantum components such as various gates. The latter can be used in studies of the time-evolution of entanglement. We expect that the thesis will finalized by May 2026.
85
61
\end{itemize}
86
62
87
63
\begin{thebibliography}{99}
88
64
89
-
\bibitem{us2023a} Bryce Fore, Jane M. Kim, Giuseppe Carleo, Morten Hjorth-Jensen, Alessandro Lovato, and Maria Piarulli, Dilute neutron star matter from neural-network quantum states, Physical Review Research {\bf 5}, 033062 (2023) and \url{https://journals.aps.org/prresearch/abstract/10.1103/PhysRevResearch.5.033062}
90
-
\bibitem{us2023b} Jane Kim, Gabriel Pescia, Bryce Fore, Jannes Nys, Giuseppe Carleo, Stefano Gandolfi, Morten Hjorth-Jensen, Alessandro Lovato, Neural-network quantum states for ultra-cold Fermi gases, Nature Communications Physics {\bf 7}, 148 (2024) and \url{https://www.nature.com/articles/s42005-024-01613-w}
91
-
\bibitem{us2024} Bryce Fore, Jane Kim, Morten Hjorth-Jensen, Alessandro Lovato, Investigating the crust of neutron stars with neural-network quantum states, Nature Communications Physics in press and \url{https://arxiv.org/abs/2407.21207}
92
-
\bibitem{daniel2024} Daniel Haas Beccatini, Master of Science thesis, University of Oslo, 2024, Deep Learning Methods for Quantum Many-body Systems, A study on Neural Quantum States, \url{https://www.duo.uio.no/handle/10852/113984}
65
+
\bibitem{us2024} Patrick Cook, Danny Jammooa, Morten Hjorth-Jensen, Daniel D. Lee, Dean Lee, Parametric Matrix Models, \url{https://arxiv.org/abs/2401.11694}
66
+
\bibitem{dannynotebook} Danny Jammoa, notebook at \url{https://github.com/dannyjammooa/Parametric-Matrix-Models/tree/main}
67
+
\bibitem{zanghellini} Jürgen Zanghellini et al, J. Phys. B: At. Mol. Opt. Phys. {\bf 37}, 763 (2004) and \url{https://iopscience.iop.org/article/10.1088/0953-4075/37/4/004/pdf}
0 commit comments