Introduction#

Contributed by: Pablo Giuliani, Edgard Bonilla, Kyle Godbey.

As scientists, we are usually trying to find the important degrees of freedom of the system we want to study. If we consider too few, our theories and models become too simple and can’t describe what we see in nature. If we include too many, then our calculations become an ever-growing computational burden. Finding the right degrees of freedom to consider has usually been more of an art than a science, and it is a feature that many successful models have shared over the centuries. Dimensionality reduction techniques -a series of novel approaches mostly developed in the last decades thanks to the increase in computational power- have transformed many areas of science by allowing us to find the degrees of freedom that are “just right”.

We start this Jupyter book by giving an overview of one such technique called the Reduced Basis Method (RBM), which comes under the umbrella of Reduced Order Models. The RBM was introduced more than 40 years ago and, since then, it has been constantly improved and developed, especially during the last two decades. There are several aricles and books that can serve as good resources on the subject, but unfortunately this literature can be a challenging first step for those without a strong background on the formal and abstract mathematical treatment of differential equations. Concepts such as the weak formulation of differential equations, the Kolmogorov n-width, and the coercitivity and continuity constants, to name a few, usually form central parts of many of those discussions. We decided to build this resource in such a way that it can be useful as a first introduction to the subject for an audience from a broad physics background (perhaps leaning a bit towards nuclear physics), ranging from undergraduate and graduate students to mature researchers, who want to use these tools to speed up their computational models and calculations. To that goal, we:

  • Favor descriptions in form of concrete concepts while pointing the connections with the formal more abstract treatments in the RBM literature for those who want to pursue that route further.

  • Make extensive use of Dirac’s bra-ket notation common in quantum mechanics and familiar to the physics community.

  • Accompany the explanations with code examples mostly written in Python so you can play with them.

We hope you will have fun and enjoy reading about these topics and implementing them to support amazing scientific discoveries. This Jupyter book is an ongoing work in progress, so make sure to check every now and then for new updates. You can also email us at: godbey@frib.msu.edu if you have any suggestions (or discover a bug).

You can join the Advanced Computation and Statistics Network to participate in discussions about dimensionality reduction techniques, machine learning, Bayesian statistcics, and more with other eager researchers.

Galerkin Team

Many other wonderful resources and literature:

Articles by the Galerkin team:

-Training and Projecting: A Reduced Basis Method Emulator for Many-Body Physics by E. Bonilla, P. Giuliani, K. Godbey, and D. Lee.

-Bayes goes fast: Uncertainty Quantification for a Covariant Energy Density Functional emulated by the Reduced Basis Method by P. Giuliani, K. Godbey, E. Bonilla, F. Viens, and J. Piekarewicz.