-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (99 loc) · 4.19 KB
/
index.html
File metadata and controls
113 lines (99 loc) · 4.19 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>GraceQuantum.org</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/x-icon" href="images/icon.ico" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<!--<body class="is-preload"> [> load page with logo rotating <]-->
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo.png" alt="" /></span>
<p>High-performance computing for the quantum world</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">Introduction</a></li>
<li><a href="#projs">Projects</a></li>
<li><a href="#about">About</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Introduction</h2>
</header>
<p>
GraceQ is designed as a software stack to support the large-scale numerical simulation of quantum systems using high-performance computing hardware. The ultimate ambition of the GraceQ is to speed up the whole idea-to-result pipeline. One distinguished highlight of the GraceQ is to enable the user to take maximal advantage of the power of modern computing systems.
</p>
<p>
GraceQ is still at its very early age. At the current stage, it includes the basic solution of tensor-based methods in quantum matter physics. You can also check our repositories on GitHub: <a href="https://github.com/gracequantum">https://github.com/gracequantum</a>. Any type of contribution is really welcome!
</p>
</div>
</div>
</section>
<!-- Projects -->
<section id="projs" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Projects</h2>
</header>
<p>Up to now, GraceQ includes the following projects:</p>
<h3>GraceQ/tensor</h3>
<p>A high-performance tensor computation framework for the quantum physics community.</p>
<ul class="actions">
<li><a href="https://tensor.gracequantum.org" class="button">Project Homepage</a></li>
</ul>
<h3>GraceQ/MPS2</h3>
<p>A high-performance matrix product state algorithms library based on GraceQ/tensor.</p>
<ul class="actions">
<li><a href="https://MPS2.gracequantum.org" class="button">Project Homepage</a></li>
</ul>
</div>
</div>
</section>
<!-- About -->
<section id="about" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>About</h2>
</header>
<h3>Current developers and maintainers</h3>
<ul>
<li>Rong-Yang Sun <sun-rongyang[at]outlook.com></li>
</ul>
</div>
</div>
</section>
<footer id="footer">
<p class="copyright">© This website designed by <a href="https://html5up.net">HTML5 UP</a>; Modified by Rong-Yang Sun.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>