-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
84 lines (69 loc) · 2.25 KB
/
about.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Refresh" content="0; url=http://itensor.org/about/" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/img/favicon.ico"/>
<title>ITensor</title>
<link rel="stylesheet" href="/css/mystyles.css">
</head>
<body>
<nav class="navbar is-primary" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<a class="navbar-item has-text-weight-bold">ITensor</a>
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<div onclick="" class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Documentation
</a>
<div class="navbar-dropdown">
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
Julia
</a>
<a href="/docs.cgi" class="navbar-item">
C++
</a>
<a href="https://www.scipost.org/SciPostPhysCodeb.4" class="navbar-item">
ITensor Paper
</a>
</div>
</div>
<a href="/codes/" class="navbar-item">
Codes
</a>
<a href="https://itensor.discourse.group" class="navbar-item">
Discuss
</a>
<a href="/about/" class="navbar-item">
About
</a>
</div>
</div>
</nav>
<section class="section"><div class="container is-max-desktop">
<p>This page has moved to <a href="https://itensor.org/about/">http://itensor.org/about/</a>.</p>
</div></section>
<footer class="footer">
<div class="content has-text-centered">
<p>
© 2024 ITensor Collaboration
·
<a href="https://github.com/ITensor/ITensors.jl">ITensor Source on Github</a>
·
<a href="https://twitter.com/itensorlib">Twitter @ITensorLib</a>
</p>
</div>
</footer>
</body>
</html>