Skip to content

Commit

Permalink
Deploying to gh-pages from @ 54a1c9e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
christofgehrig committed Feb 3, 2025
1 parent 468c8b6 commit 317c54d
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 55 deletions.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-02-03T21:19:50+00:00</updated><id>/feed.xml</id><title type="html">Scientific AI</title><subtitle>Developing principled AI methods to solve hard problems from the natural sciences.</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2025-02-03T21:48:38+00:00</updated><id>/feed.xml</id><title type="html">Scientific AI</title><subtitle>Developing principled AI methods to solve hard problems from the natural sciences.</subtitle></feed>
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ <h1 id="scientific-ai">Scientific AI</h1>
<h2 id="highlights">Highlights</h2>

<div class="feature">
<a href="https://pubs.aip.org/aip/jcp/article/159/14/144113/2916356/KineticNet-Deep-learning-a-transferable-kinetic" class="feature-image" aria-label="Geometric Machine Learning in Quantum Chemistry">
<a href="/projects" class="feature-image" aria-label="Geometric Machine Learning in Quantum Chemistry">
<img src="/images/density_slice.webp" loading="lazy" alt="Geometric Machine Learning in Quantum Chemistry" onerror="this.src = '/images/fallback.svg'; this.onerror = null;">
</a>
<div class="feature-text">
Expand All @@ -542,11 +542,11 @@ <h2 id="highlights">Highlights</h2>
<p>The most universal approach to such predictions relies on quantum mechanics. We aim to dramatically speed up these quantum calculations using machine learning methods that respect the fundamental symmetries of the problem.</p>

<div class="button-wrapper">
<a class="button" href="https://pubs.aip.org/aip/jcp/article/159/14/144113/2916356/KineticNet-Deep-learning-a-transferable-kinetic" data-style="bare" data-flip="" aria-label="fa-solid fa-arrow-right">
<a class="button" href="/projects" data-style="bare" data-flip="" aria-label="fa-solid fa-arrow-right">
<i class="icon fa-solid fa-arrow-right"></i>


<span>Our latest in Density Functional Theory</span>
<span>Our projects</span>


</a>
Expand Down
60 changes: 47 additions & 13 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
<script src="/_scripts/tooltip.js"></script>


<script>MathJax={"tex":{"inlineMath":[["$","$"],["\\(","\\)"]],"displayMath":[["$$","$$"],["\\[","\\]"]]},"svg":{"fontCache":"global"}}</script><script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script><script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>

<body>
Expand Down Expand Up @@ -525,30 +526,63 @@ <h1 id="projects">
size: ;
-->

<h2 id="current-focus">Current focus</h2>
<h2 id="current-focus-orbital-free-density-functional-theory">Current focus: Orbital-free density functional theory</h2>

<div class="card" data-style="">
<a href="https://pubs.aip.org/aip/jcp/article/159/14/144113/2916356/KineticNet-Deep-learning-a-transferable-kinetic" aria-label="Kinetic energy functional" class="card-image">
<img src="/images/density_slice.webp" alt="Kinetic energy functional" loading="lazy" onerror="this.src = '/images/fallback.svg'; this.onerror = null;">
<p><strong>What is the kinetic energy of a given molecular ground state electron density? While the answer matters, and is known to exist in principle, so far no-one knows how to find it.</strong></p>

<figure class="figure">
<a class="figure-image" aria-label="Slice through the density difference to the ground state of a molecule.">
<img src="/images/density_slice.webp" style="
width: 400px;
max-height: unset;
" alt="Slice through the density difference to the ground state of a molecule." loading="lazy" onerror="this.src = '/images/fallback.svg'; this.onerror = null;">
</a>

<figcaption class="figure-caption">
Slice through the density difference to the ground state of a molecule.

<div class="card-text">

<a href="https://pubs.aip.org/aip/jcp/article/159/14/144113/2916356/KineticNet-Deep-learning-a-transferable-kinetic" class="card-title">
Kinetic energy functional
</figcaption>

</figure>

<p>When predicting the properties of a molecule, it is natural to invoke quantum mechanics to describe the interacting electrons in terms of their many-body wave function $\psi(x_1, …, x_N)$. For sizeable molecules, this is too expensive and instead Kohn-Sham density functional theory (KS-DFT) is routinely evoked. The latter models the same system merely via one-body functions $\phi_1 (x_1)$, …, $\phi_N (x_N)$ describing non-interacting electrons moving in an effective potential created by all others. Although highly successful in practice, Kohn-Sham DFT remains a sort of band-aid solution. Why?</p>

<p>In the 1960s, Hohenberg and Kohn made a tantalizing discovery: for systems in their electronic ground state, knowledge of the electron density alone suffices to infer the exact electronic ground state energy, and wave functions or “orbitals” are not needed! To find the ground state electron density, one minimizes its overall energy in the potential created by atomic nuclei. The overall energy has, of course, a kinetic contribution. Vexingly, it has so far been impossible to identify the functional $T[\rho]$ yielding the exact kinetic energy of a given ground state electron density $\rho$. Finding this functional is, on the one hand, of great theoretical interest. At the same time, it paves the way for optimizing the ground state electron density without taking recourse to the much more complicated many-body wave functions. This sixty-year old promise is called “pure” or “orbital-free” DFT.</p>

<p>The entire team is now focused on developing machine learning methods to <em>learn</em> the elusive functional. If successful, this will dramatically speed up the prediction of molecular properties, paving the way to address previously inaccessible questions in the molecular and life sciences.</p>

<div class="citation">

<a href="https://doi.org/gs93pm" class="citation-image" aria-label="KineticNet: Deep learning a transferable kinetic energy functional for orbital-free density functional theory">
<img src="/images/publications/KineticNet.png" alt="KineticNet: Deep learning a transferable kinetic energy functional for orbital-free density functional theory" loading="lazy" onerror="this.src = '/images/fallback.svg'; this.onerror = null;">
</a>


<div class="citation-text">

<span class="card-subtitle">Making orbital-free density functional theory a reality</span>



<p>We work on making quantum chemical predictions with chemical accuracy, without orbitals and at a fraction of the cost.</p>
<a href="https://doi.org/gs93pm" class="citation-title">
KineticNet: Deep learning a transferable kinetic energy functional for orbital-free density functional theory
</a>

<div class="citation-authors" tabindex="0">
R. Remme, T. Kaczun, M. Scheurer, A. Dreuw, F. A. Hamprecht
</div>

<div class="citation-details">
JCP
  ·  
2023
</div>






<!---->


</div>
</div>
</section>
Expand Down
76 changes: 38 additions & 38 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,154 +2,154 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>/members/barbara-quintel.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/christof-gehrig.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/corinna-steffen.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/dmitry-kobak.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/dominik-geng.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/enrique-fita.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/finn-prem.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/fred-hamprecht.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/gerrit-gerhartz.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/heinrich-campe.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/jannis-demel.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/johannes-schmidt.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/lennart-buerger.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/lorenzo-cerrone.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/luca-adams.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/manuel-klockow.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/marc-ickler.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/maria-mathews.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/mats-kothe.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/noah-blech.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/ocima-kamboj.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/peter-lippmann.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/roman-remme.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/simon-wagner.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/soeren-fetsch.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/stefan-sander.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/members/tim-ebert.html</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/contact/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/publications/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/projects/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/teaching/24w/mlph/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/teaching/24s/gmlqc/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/teaching/journal-club/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/teaching/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/positions/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/team/alumni/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/team/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
<url>
<loc>/</loc>
<lastmod>2025-02-03T21:17:17+00:00</lastmod>
<lastmod>2025-02-03T21:47:58+00:00</lastmod>
</url>
</urlset>

0 comments on commit 317c54d

Please sign in to comment.