-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.6 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<meta name="description" content="A real-space finite-difference pseudopotential program code for first-principles electronic structure calculaitons based on the density functional theory. The real-space method is suitable for massively-parallel computations because it's essentially free from use of the Fast Fourier Transform: in contrast with the most widely adopted method for first-principles calculaitns, the plane-wave basis method. In the real-space method the Kohn-Sham equation is solved as an eigenvalue problem by using a subspace iteration method, which is a standard algorithm for large-sparse eigenvalue problems. The compuattional cost is propotional to the cube of the system size. The materials properties cmputable in the plane-wave method are also computable in the real-space method. The flexibility for setting boundary conditions are sperior to the palen-wave method.">
<head>
<title>RSDFT</title>
<!-- <link rel="stylesheet" href="css/styles.css"> -->
<link rel="icon" href="img/RSDFT_tate.svg" type="image/svg+xml">
</head>
<body>
<div class="box1">
<!-- <a href="index.html"><img src="img/RSDFT_tate.svg" width="450px"></a> -->
<div class="menu">
<!-- <p>
<a href="download/download.html">Download</a>
</p>
<p>
<a href="tutrials/tutrials.html">Tutrials</a>
</p> -->
<p>
<a href="documents/index.html">Documents</a>
</p>
<p>
<a href="viewer/viewer.html">Simple Structure Viewer</a>
</p>
</div>
</div>
</body>
<footer>
</footer>
</html>