-
Notifications
You must be signed in to change notification settings - Fork 2
/
docs_header_prenav.html
99 lines (80 loc) · 2.81 KB
/
docs_header_prenav.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<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">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="/css/code_highlighting.css" type="text/css"/>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [ ['@@','@@'], ["\\(","\\)"] ]}});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML">
</script>
</head>
<body>
<nav class="navbar is-primary" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item">
<a href="/" 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 class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link is-active">
Documentation
</a>
<div class="navbar-dropdown">
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
Julia (Recommended)
</a>
<a href="/docs.cgi" class="navbar-item is-active">
C++
</a>
<a href="https://www.scipost.org/SciPostPhysCodeb.4" class="navbar-item">
ITensor Paper
</a>
</div>
</div>
<a href="/news/" class="navbar-item">
News
</a>
<a href="/codes/" class="navbar-item">
Codes
</a>
<a href="https://itensor.discourse.group" class="navbar-item">
Discuss
</a>
<div onclick="" class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
About
</a>
<div class="navbar-dropdown">
<a href="/about/" class="navbar-item">
About ITensor
</a>
<a href="/citing/" class="navbar-item">
Citing ITensor
</a>
<a href="/faq/" class="navbar-item">
Frequently Asked Questions (FAQ)
</a>
<a href="http://itensor.org/docs.cgi?page=papers" class="navbar-item">
Papers Using ITensor
</a>
</div>
</div>
</div>
</div>
</nav>
<section class="section"><div class="container is-max-desktop">