Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.DS_Store/
.DS_Store
_site/
Gemfile.lock
.tool-versions
2 changes: 1 addition & 1 deletion 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: QuTiP 404 - Page Not Found
<div class="jumbotron jumbotron-fluid">
<div class="container center-block">
<h1 class="display-4" style="width: 80%; margin: auto; text-align: center;">Oops! Page not found.</h1>
<img src="/images/logo.png" alt="QuTiP logo" style="opacity: 50%; width: 50%; margin: 1em auto;"/>
<img src="/images/logo.png" alt="QuTiP logo" style="opacity: 50%; width: 50%; max-width: 400px; margin: 1em auto;"/>
</div>
</div>

Expand Down
9 changes: 6 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@
<li><a href="https://groups.google.com/g/qutip">Google Groups</a></li>
<li><a href="/jobs">Jobs</a></li>
<li><a href="/news">News</a></li>
<li><a href="/devs">Devs</a></li>
<li><a href="/devs">Admins</a></li>
<li><a href="/citing">Citing</a></li>
<li><a href="https://github.com/sponsors/qutip">Sponsor</a></li>
</ul>
<p class="col-lg-4 col-md-12">
&copy; 2011 to 2025 inclusive, QuTiP developers and contributors.
&copy; 2011 to <span id="year"></span> inclusive, QuTiP admins and contributors.
</p>
</div>
</div>
</div>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</a>
<ul class="dropdown-menu" style="margin-bottom: 1rem;">
<li><a class="dropdown-item" href="/news">News</a></li>
<li><a class="dropdown-item" href="/devs">Devs</a></li>
<li><a class="dropdown-item" href="/devs">Admins</a></li>
<li><a class="dropdown-item" href="/citing">Citing</a></li>
<li><a class="dropdown-item" href="https://github.com/sponsors/qutip">Sponsor</a></li>
</ul>
Expand Down
11 changes: 11 additions & 0 deletions devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@ For the detailled list of all our contributors, check out [our GitHub repositori
<p style="font-weight: bold; margin-bottom: 0;">EPFL, Switzerland</p>
<p>Main focus: Julia, quantum optomechanics</p>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-10">
<img src="images/veronika.jpg" class="img-polaroid">
<h3>Veronika Kurth</h3>
<p style="font-weight: bold; margin-bottom: 0;">RIKEN</p>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 col-10">
<img src="images/max.jpg" class="img-polaroid">
<h3>Maximilian Meyer-Mölleringhof</h3>
<p style="font-weight: bold; margin-bottom: 0;">University of Luxembourg</p>
<p>Main focus: Open Quantum Systems, Krylov Methods</p>
</div>
</div>
</div>

Expand Down
Binary file added images/max.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/veronika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 13 additions & 15 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ <h4>2022 QuTiP Student Presentations (GSoC Projects)</h4>
<h4>QuTiP 2022 Google Summer of Code Projects Announced</h4>
</div>
<div class="col-md-4" style='margin-top: 25px'>
<a href="https://christian512.github.io/"><p>Christian: QuTiP notebook CI testing and v5 update</p></a>
<a href="https://xspronken.github.io/"><p>Xavier: QuTiP benchmarks</p></a>
<a href="https://medium.com/@claretgrace0801"><p>Shreyas: qutip-qip backend for Qiskit</p></a>
</div>
Expand Down Expand Up @@ -195,13 +194,24 @@ <h4>Two students working on QuTiP projects for Google Summer of Code</h4>
</div>
<hr>

<div class="row" style='margin-bottom: 15px'>
<div class="col-md-8">
<p>August 31, 2019</p>
<h4>QuTiP is Presented at a European Meeting of Researchers Using Python, Bilbao, Spain</h4>
</div>
<div class="col-md-4" style='margin-top: 25px'>
<a href="https://www.youtube.com/watch?v=pt4CSLwQK5U"><p>Recording EuroSciPy 2019</p></a>
</div>
</div>
<hr>

<div class="row" style='margin-bottom: 15px'>
<div class="col-md-8">
<p>July 3, 2019</p>
<h4>QuTiP 4.4.0 is released. Available with conda and pip.</h4>
</div>
<div class="col-md-4" style='margin-top: 25px'>
<a href="https://qutip.org/docs/latest/changelog.html"><p>Changelog</p></a>
<a href="https://qutip.readthedocs.io/en/latest/changelog.html#qutip-4-4-0-2019-07-03"><p>Changelog</p></a>
</div>
</div>
<hr>
Expand All @@ -223,7 +233,6 @@ <h4>An interactive course on QuTiP and open source for physicists is taught at I
<h4>QuTiP Participates to Google Summer of Code 2019 trough NumFOCUS</h4>
</div>
<div class="col-md-4" style='margin-top: 25px'>
<a href="https://summerofcode.withgoogle.com/organizations/?sp-page=4#5447807656263680"><p>NumFOCUS at GSoC 2019</p></a>
<a href="https://github.com/qutip/qutip/wiki//Google-Summer-of-Code-2019"><p>GSoC 2019 QuTiP's Project Proposals</p></a>
</div>
</div>
Expand Down Expand Up @@ -251,17 +260,6 @@ <h4>QuTiP is Featured on Nature's Physics Blog</h4>
</div>
<hr>

<div class="row" style='margin-bottom: 15px'>
<div class="col-md-8">
<p>August 31, 2018</p>
<h4>QuTiP is Presented at a European Meeting of Researchers Using Python, Trento, Italy </h4>
</div>
<div class="col-md-4" style='margin-top: 25px'>
<a href="https://www.euroscipy.org/2018/program.html"><p>EuroSciPy 2018</p></a>
</div>
</div>
<hr>

<div class="row" style='margin-bottom: 15px'>
<div class="col-md-8">
<p>April 26, 2018</p>
Expand Down Expand Up @@ -299,7 +297,7 @@ <h4>QuTiP Used to Simulate Perfect Quantum State Transfer Over Noisy Transmissio
<div class="col-md-8">
<p>March 9, 2017</p>
<h4>QuTiP Mentioned in The Economist Technology Quarterly on Quantum Technologies</h4></div>
<div class="col-md-4" style='margin-top: 25px'><a href="https://www.economist.com/technology-quarterly/2017-03-09/quantum-devices"><p>The Economist</p></a></div>
<div class="col-md-4" style='margin-top: 25px'><a href="https://www.economist.com/technology-quarterly/2017/03/09/quantum-computers-will-require-a-whole-new-set-of-software"><p>The Economist</p></a></div>
</div>
<hr>

Expand Down
Loading