Skip to content

Commit 194fa09

Browse files
committed
Merge branch 'master' into feature/add-try-qutip
2 parents c05dc80 + 5548513 commit 194fa09

File tree

9 files changed

+93
-52
lines changed

9 files changed

+93
-52
lines changed

_includes/sidebar.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<div class="panel panel-default">
55
<div class="panel-heading">Latest releases</div>
66
<div class="panel-body">
7-
<strong>QuTiP 5.0.0</strong>:
7+
<strong>QuTiP 5.1.1</strong>:
88
<ul>
9-
<li>March 28, 2024</li>
10-
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/installation.html">install</a></li>
11-
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/">docs</a></li>
12-
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.0.0">src</a></li>
13-
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/changelog.html">changelog</a></li>
9+
<li>January 15, 2025</li>
10+
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/installation.html">install</a></li>
11+
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/">docs</a></li>
12+
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.1.1">src</a></li>
13+
<li><a href="https://qutip.readthedocs.io/en/qutip-5.1.x/changelog.html">changelog</a></li>
1414
</ul>
1515
<strong>QuTiP 4.7.5</strong>:
1616
<ul>
17-
<li>January 30, 2024<br/>
17+
<li>April 5, 2024<br/>
1818
<li><a href="https://qutip.readthedocs.io/en/qutip-4.7.x/installation.html">install</a></li>
1919
<li><a href="https://qutip.readthedocs.io/en/qutip-4.7.x/">docs</a></li>
20-
<li><a href="https://github.com/qutip/qutip/releases/tag/v4.7.5">src</a></li>
20+
<li><a href="https://github.com/qutip/qutip/releases/tag/v4.7.6">src</a></li>
2121
<li><a href="https://qutip.readthedocs.io/en/qutip-4.7.x/changelog.html">changelog</a></li>
2222
</ul>
2323
</div>

citing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ title: QuTiP Citing
66

77
QuTiP is developed by [several physicists](devs.html) in their spare time.
88
As with anyone in academics,
9-
their life and death is determined entirely by citations and paper count.
9+
their life and death is determined entirely by citations and paper count.
1010
Therefore, if you find QuTiP useful, please consider citing this project as:
1111

1212
* J. R. Johansson, P. D. Nation, and F. Nori: "QuTiP 2: A Python framework for the dynamics of open quantum systems.", Comp. Phys. Comm. **184**, 1234 (2013), [DOI: 10.1016/j.cpc.2012.11.019](https://dx.doi.org/10.1016/j.cpc.2012.11.019).
1313

1414
* J. R. Johansson, P. D. Nation, and F. Nori: "QuTiP: An open-source Python framework for the dynamics of open quantum systems.", Comp. Phys. Comm. **183**, 1760–1772 (2012), [DOI: 10.1016/j.cpc.2012.02.021](https://dx.doi.org/10.1016/j.cpc.2012.02.021).
1515

16+
* N. Lambert, E. Giguère, P. Menczel, B. Li, P. Hopf, G. Suárez, M. Gali, J. Lishman, R. Gadhvi, R. Agarwal, A. Galicia, N. Shammah, P. Nation, J. R. Johansson, S. Ahmed, S. Cross, A. Pitchford, F. Nori: "QuTiP 5: The Quantum Toolbox in Python", (2024) [DOI: 10.48550/arXiv.2412.04705](https://arxiv.org/abs/2412.04705)
17+
1618
This will also help us secure future funding supporting the development of this software.
1719

1820
PDF versions of these papers may be found on the ArXiv preprint server

devs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ The governance process and model for the QuTiP Project can be found [here](https
9494
<h5>RIKEN</h5>
9595
<h6>Main focus: Quantum control, non-Markovian solvers, MPI.</h6>
9696
</div>
97+
<div class="col-sm-3">
98+
<img src="images/patrick.jpg" class="img-polaroid">
99+
<h4>Patrick Hopf</h4>
100+
<h5>Technical University of Munich</h5>
101+
<h6>Main focus: Quantum control.</h6>
102+
</div>
97103
</div>
98104

99105
### Board Members

documentation.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ title: QuTiP Documentation
66

77
## Latest releases
88

9-
### Version 5.0.0
9+
### Version 5.1.1
1010

1111
<div class="row">
1212
<div class="col-md-3 col-md-offset-1">
1313
<img src="images/rtd.png" />
14-
<a href="https://qutip.readthedocs.io/en/qutip-5.0.x/">Read the Docs</a>
14+
<a href="https://qutip.readthedocs.io/en/qutip-5.1.x/">Read the Docs</a>
1515
</div>
1616
<div class="col-md-3 col-md-offset-1">
1717
<img src="images/pdf.png" />
18-
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.0.x/">PDF documentation</a>
18+
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.1.x/">PDF documentation</a>
1919
</div>
2020
</div>
2121

22-
### Version 4.7.5
22+
### Version 4.7.6
2323

2424
<div class="row">
2525
<div class="col-md-3 col-md-offset-1">
@@ -34,6 +34,19 @@ title: QuTiP Documentation
3434

3535
## Previous releases
3636

37+
### Version 5.0.4
38+
39+
<div class="row">
40+
<div class="col-md-3 col-md-offset-1">
41+
<img src="images/rtd.png" />
42+
<a href="https://qutip.readthedocs.io/en/qutip-5.0.x/">Read the Docs</a>
43+
</div>
44+
<div class="col-md-3 col-md-offset-1">
45+
<img src="images/pdf.png" />
46+
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.0.x/">PDF documentation</a>
47+
</div>
48+
</div>
49+
3750
### Version 4.7.5 (archived)
3851

3952
<div class="row">

download.md

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,64 @@ The recommended way to install QuTiP is with conda or pip, see the
1717

1818
## Latest releases
1919

20+
### Verion 5.1.1 - 15 January 2025
21+
22+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.1.tar.gz']); void(0);"
23+
href="https://github.com/qutip/qutip/archive/v5.1.1.tar.gz">v5.1.1.tar.gz</a>
24+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.zip']); void(0);"
25+
href="https://github.com/qutip/qutip/archive/v5.1.1.zip">v5.1.1.zip</a>
26+
27+
28+
### Version 4.7.6 - 5 April 2024
29+
30+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-4.7.6.tar.gz']); void(0);"
31+
href="https://github.com/qutip/qutip/archive/v4.7.6.tar.gz">v4.7.6.tar.gz</a>
32+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-4.7.6.zip']); void(0);"
33+
href="https://github.com/qutip/qutip/archive/v4.7.6.zip">v4.7.6.zip</a>
34+
35+
36+
## Recent minor releases
37+
38+
### Verion 5.1.0 - 19 December 2024
39+
40+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.tar.gz']); void(0);"
41+
href="https://github.com/qutip/qutip/archive/v5.1.0.tar.gz">v5.1.0.tar.gz</a>
42+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.zip']); void(0);"
43+
href="https://github.com/qutip/qutip/archive/v5.1.0.zip">v5.1.0.zip</a>
44+
45+
### Verion 5.0.4 - 3 September 2024
46+
47+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.4.tar.gz']); void(0);"
48+
href="https://github.com/qutip/qutip/archive/v5.0.4.tar.gz">v5.0.4.tar.gz</a>
49+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.4.zip']); void(0);"
50+
href="https://github.com/qutip/qutip/archive/v5.0.4.zip">v5.0.4.zip</a>
51+
52+
### Verion 5.0.3 - 28 June 2024
53+
54+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.3.tar.gz']); void(0);"
55+
href="https://github.com/qutip/qutip/archive/v5.0.3.tar.gz">v5.0.3.tar.gz</a>
56+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.3.zip']); void(0);"
57+
href="https://github.com/qutip/qutip/archive/v5.0.3.zip">v5.0.3.zip</a>
58+
59+
### Verion 5.0.2 - 17 May 2024
60+
61+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.2.tar.gz']); void(0);"
62+
href="https://github.com/qutip/qutip/archive/v5.0.2.tar.gz">v5.0.2.tar.gz</a>
63+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.2.zip']); void(0);"
64+
href="https://github.com/qutip/qutip/archive/v5.0.2.zip">v5.0.2.zip</a>
65+
66+
### Verion 5.0.1 - 3 April 2024
67+
68+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.1.tar.gz']); void(0);"
69+
href="https://github.com/qutip/qutip/archive/v5.0.1.tar.gz">v5.0.1.tar.gz</a>
70+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.1.zip']); void(0);"
71+
href="https://github.com/qutip/qutip/archive/v5.0.1.zip">v5.0.1.zip</a>
72+
2073
### Verion 5.0.0 - 28 March 2024
2174

2275
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.0.tar.gz']); void(0);"
2376
href="https://github.com/qutip/qutip/archive/v5.0.0.tar.gz">v5.0.0.tar.gz</a>
24-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-4.7.5.zip']); void(0);"
77+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.0.zip']); void(0);"
2578
href="https://github.com/qutip/qutip/archive/v5.0.0.zip">v5.0.0.zip</a>
2679

2780

@@ -33,8 +86,6 @@ The recommended way to install QuTiP is with conda or pip, see the
3386
href="https://github.com/qutip/qutip/archive/v4.7.5.zip">v4.7.5.zip</a>
3487

3588

36-
## Recent minor releases
37-
3889
### Version 4.7.4 - 18 January 2024
3990

4091
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-4.7.4.tar.gz']); void(0);"

images/patrick.jpg

7.55 KB
Loading

images/paul.jpg

-47.9 KB
Loading

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
</div>
1515
</div>
1616

17-
<div class="col-md-12">
17+
<!-- <div class="col-md-12">
1818
<div class="alert alert-success">
1919
<p id="job"></p>
2020
</div>
21-
</div>
21+
</div>-->
2222

2323
</div>
2424

@@ -41,13 +41,13 @@
4141
</script>
4242

4343

44-
<script>
44+
<!-- <script>
4545
var txt;
4646
{
4747
txt = "A Technical Staff position for QuTiP is available, check it out under the <a href='jobs.html'>jobs</a> page.";
4848
}
4949
document.getElementById("job").innerHTML = txt;
50-
</script>
50+
</script> -->
5151

5252
<div class="row">
5353
<div class="col-md-12">

jobs.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,4 @@ title: QuTiP Jobs
44

55
# Job Announcements
66

7-
## Position for a QuTiP developer / Technical Staff, Full Time (on-site in Japan)
8-
9-
The *Quantum Information Physics Theory Research Team* led by Dr. Franco Nori is a team of theoretical physicists working on topics in quantum computing,
10-
machine learning, quantum optics, and condensed matter.
11-
It is also the origin of one of the world's most popular open-source quantum software packages -- QuTiP.
12-
The group is based at RIKEN, a national research institute in Japan, located close to Tokyo.
13-
14-
### ROLE - TECHNICAL STAFF
15-
16-
We are hiring developers/technical staff to assist in the further development of our open-source quantum toolbox called QuTiP.
17-
This involves a broad range of tasks, and requires knowledge of both quantum physics and open-source software development.
18-
Current priorities include the full release of QuTiP v5, and the improvement of the performance of solvers and circuit simulators within QuTiP by adding support for GPUs (using e.g., CuPy, Jax etc) and HPC.
19-
Employment period is flexible in a range between 3-12 months.
20-
21-
Compensation is competitive with academic community standards and will depend on the candidate experience (PhD graduate or not, etc.).
22-
This position is based in Japan and will be employed by RIKEN, in Wako-shi campus close to Tokyo.
23-
The candidates will work with members of the RIKEN team and the international QuTiP development team.
24-
25-
### ABOUT YOU:
26-
27-
* Experience with Python-focused mathematics or scientific software engineering in industry or academia (not necessarily quantum related), or an undergraduate or masters degree in a related topic.
28-
* Experience contributing to open-source software packages.
29-
30-
### BONUS:
31-
32-
* Familiarity with open-source quantum simulation packages like QuTiP, Qiskit, etc.
33-
* Experience with GPU-focused software development (CUDA, OpenCL, CuPy, JAX, etc), particularly as applied to solving large systems of ODEs, linear equations, etc.
34-
* Masters/PhD-level experience of research in quantum physics (quantum computing, open quantum systems, quantum optics related).
35-
36-
### Contact
37-
38-
Applicants should contact [email protected], [email protected] and [email protected] directly with a CV and cover letter.
7+
At this time we have no positions available. If you are interested in contributing to QuTiP via schemes like GSOC, Unitary Fund, or otherwise please contact the admin team [email protected].

0 commit comments

Comments
 (0)