-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80516fc
commit c0a6502
Showing
5 changed files
with
69 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" | ||
xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:fb="http://ogp.me/ns/fb#"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- HTML Meta Tags --> | ||
<meta name="description" content="Why conjugate gradient is "energy minimization", and the quasi-Newton is "force minimization" method"> | ||
|
||
<!-- Meta Meta Tags --> | ||
<meta property="og:url" content=""> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="1st Order and 2nd Order Multivariable Optimizations of DFT"> | ||
<meta property="og:description" content="Why conjugate gradient is "energy minimization", and the quasi-Newton is "force minimization" method"> | ||
<meta property="og:image" content="https://seongjoojung.github.io/favicons/fav.png"> | ||
|
||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary"> | ||
<meta property="twitter:domain" content="seongjoojung.github.io"> | ||
<meta property="twitter:url" content=""> | ||
<meta name="twitter:title" content="1st Order and 2nd Order Multivariable Optimizations of DFT"> | ||
<meta name="twitter:description" content="Why conjugate gradient is "energy minimization", and the quasi-Newton is "force minimization" method"> | ||
<meta name="twitter:image" content="https://seongjoojung.github.io/favicons/fav.png"> | ||
|
||
<link rel="icon" href="/favicons/favicon.ico" sizes="any"><!-- 32×32 --> | ||
<link rel="icon" href="/favicons/icon.svg" type="image/svg+xml"> | ||
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png"> | ||
<link rel="manifest" href="/favicons/site.webmanifest"> | ||
<link rel="stylesheet" type="text/css" href="/css/style.css"> | ||
<link rel="stylesheet" | ||
href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.7.0/build/styles/rainbow.min.css"> | ||
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.7.0/build/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
<title>Seongjoo Jung's Website</title> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Seongjoo Jung</h1> | ||
</header> | ||
|
||
<nav> | ||
<ul> | ||
<li><a href="/index">Home</a></li> | ||
<li><a href="/about">About</a></li> | ||
<li><a href="/posts">Posts</a></li> | ||
<li><a href="/pdfs/CV.pdf">CV</a></li> | ||
</ul> | ||
</nav> | ||
|
||
|
||
<main-container> | ||
<main style="display: block;"> | ||
<h2>1st Order and 2nd Order Multivariable Optimizations of DFT</h2> | ||
<p class="date"> | ||
<time datetime="Fri Feb 09 2024 18:00:00 GMT-0600 (Central Standard Time)">February 10, 2024</time> | ||
</p> | ||
<p>Testing</p> | ||
|
||
</main> | ||
</main-container> | ||
|
||
<footer> | ||
<p>© 2023 Seongjoo Jung</p> | ||
</footer> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.