-
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
c0a6502
commit 87c29ee
Showing
12 changed files
with
171 additions
and
34 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
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
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 @@ | ||
google-site-verification: google33a8248223faaaf0.html |
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
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
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
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
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="Sun Apr 14 2024 19:00:00 GMT-0500 (Central Daylight Time)">April 15, 2024</time> | ||
</p> | ||
<p>Testing again</p> | ||
|
||
</main> | ||
</main-container> | ||
|
||
<footer> | ||
<p>© 2023-2024 Seongjoo Jung</p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
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
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
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="code updates"> | ||
|
||
<!-- Meta Meta Tags --> | ||
<meta property="og:url" content=""> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="VASP6, vasp2cif and other updates"> | ||
<meta property="og:description" content="code updates"> | ||
<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="VASP6, vasp2cif and other updates"> | ||
<meta name="twitter:description" content="code updates"> | ||
<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>VASP6, vasp2cif and other updates</h2> | ||
<p class="date"> | ||
<time datetime="Sat Mar 30 2024 19:00:00 GMT-0500 (Central Daylight Time)">March 31, 2024</time> | ||
</p> | ||
<p>Testing again</p> | ||
|
||
</main> | ||
</main-container> | ||
|
||
<footer> | ||
<p>© 2023-2024 Seongjoo Jung</p> | ||
</footer> | ||
|
||
</body> | ||
</html> |
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