-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (80 loc) · 4.11 KB
/
index.html
File metadata and controls
96 lines (80 loc) · 4.11 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
---
title: QuTiP - Quantum Toolbox in Python
layout: homepage
---
{% include hero.html %}
<div class="row">
<div class="col-md-9">
<div class="row">
<div class="col-md-12">
<div class="banner" style="margin-top: 0;">
<p id="cite"></p>
</div>
</div>
</div>
<!-- <div class="col-md-12">
<div class="alert alert-success">
<p id="job"></p>
</div>
</div>-->
<script>
var lng = navigator.language;
var txt;
if ((lng.indexOf("zh-TW") !== -1) || (lng.indexOf("zh-HK") !== -1) || (lng.indexOf("zh-Hant") !== -1))
{
txt = "感謝您使用QuTiP。如果您在文章或者論文中使用了QuTiP,請您記得<a href=\"/citing\">引用</a>QuTiP的文章。";
}
else if ((lng.indexOf("zh-CN") !== -1) || (lng.indexOf("zh-Hans") !== -1))
{
txt = "感谢您使用QuTiP。如果您在论文中使用了QuTiP,请您记得<a href=\"/citing\">引用</a>本篇论文。";
}
else if (lng.indexOf("ja") !== -1)
{
txt = "QuTiPのご利用ありがとうございます。 このソフトウェアを使っている出版物に、QuTiPの論文を<a href=\"/citing\">引用する</a>のを忘れないでください。";
}
else
{
txt = "We hope you enjoy using QuTiP. Please help us make QuTiP better by <a href=\"/citing\">citing</a> it in your publications.";
}
document.getElementById("cite").innerHTML = txt;
</script>
<!-- <script>
var txt;
{
txt = "A Technical Staff position for QuTiP is available, check it out under the <a href='jobs.html'>jobs</a> page.";
}
document.getElementById("job").innerHTML = txt;
</script> -->
<div class="row">
<div class="col-md-12">
<p>
QuTiP is open-source software for simulating the dynamics of open quantum systems. The QuTiP library depends on the excellent <a href='https://www.numpy.org'>Numpy</a>, <a href='https://www.scipy.org'>Scipy</a>, and <a href='https://cython.org'>Cython</a> numerical packages. In addition, graphical output is provided by <a href='https://matplotlib.org'>Matplotlib</a>. QuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of Hamiltonians, including those with arbitrary time-dependence, commonly found in a wide range of physics applications such as quantum optics, trapped ions, superconducting circuits, and quantum nanomechanical resonators. QuTiP is freely available for use and/or modification on all major platforms such as Linux, Mac OSX, and Windows. Being free of any licensing fees, QuTiP is ideal for exploring quantum mechanics and dynamics in the classroom.
</p>
</div>
</div>
<div class="row" style='margin-top:20px'>
<div class="col-md-6">
<img src="images/corp_users.png">
</div>
<div class="col-md-5">
<p>
From the classroom to the corporate office, QuTiP is used around the world to advance research in quantum optics, quantum information, quantum open systems, optomechanics, and many related fields. QuTiP is in use at nearly every single research university around the globe, government-funded research labs, and is relied upon by every major corporation focused on developing a quantum computer.
</p>
</div>
</div>
<div class="row" style='margin-top:20px; margin-bottom: 20px;'>
<div class="col-md-5">
<p style='margin-top:20px'>
QuTiP is already being used at a variety of institutions around the globe, and has been downloaded more than a million times since its initial release. Need
help in simulating a tricky problem? Our large community of users are gracious enough to take a moment of their time and help in tackling even the most esoteric of issues.
</p>
</div>
<div class="col-md-6">
<center><h4>Distribution of the 39,420 Unique Visitors in 2020</h4></center>
<div id='container1' style='margin-top:10px; position: relative;height: 300px;'></div>
</div>
</div>
</div> <!-- col-md-9 main content div -->
{% include old_sidebar.html %}
</div> <!-- main row div -->
{% include supp_org.html %}