Skip to content

Commit

Permalink
Add arXiv and github badges
Browse files Browse the repository at this point in the history
  • Loading branch information
gefux committed Jun 28, 2024
1 parent 3c33611 commit 0f7b4e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

# OQuPy: Open Quantum Systems in Python

[**ArXiv:2406.16650 - A Python package to efficiently simulate non-Markovian open quantum systems with process tensors.**](https://doi.org/10.48550/arXiv.2406.16650)
[**A Python package to efficiently simulate non-Markovian open quantum systems with process tensors.**](https://doi.org/10.48550/arXiv.2406.16650)

[![ArXiv](https://img.shields.io/badge/arXiv-2406.16650-red)](https://arxiv.org/abs/2406.16650)
[![Documentation Status](https://readthedocs.org/projects/oqupy/badge/?version=latest)](https://oqupy.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://www.zenodo.org/badge/244404030.svg)](https://www.zenodo.org/badge/latestdoi/244404030)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/tempoCollaboration/OQuPy/main?filepath=tutorials%2Fquickstart.ipynb)
[![Tests status](https://github.com/tempoCollaboration/OQuPy/actions/workflows/python-package-tests.yml/badge.svg)](https://github.com/tempoCollaboration/OQuPy/actions/workflows/python-package-tests.yml)
[![Codecov](https://codecov.io/gh/tempoCollaboration/OQuPy/branch/main/graph/badge.svg)](https://codecov.io/gh/tempoCollaboration/OQuPy)
[![Documentation Status](https://readthedocs.org/projects/oqupy/badge/?version=latest)](https://oqupy.readthedocs.io/en/latest/?badge=latest)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://github.com/tempoCollaboration/OQuPy/blob/main/CODE_OF_CONDUCT.md)
[![DOI](https://www.zenodo.org/badge/244404030.svg)](https://www.zenodo.org/badge/latestdoi/244404030)

[![Unitary Fund](https://img.shields.io/badge/Supported%20By-UNITARY%20FUND-brightgreen.svg?style=for-the-badge)](http://unitary.fund)



This open source project aims to facilitate versatile numerical tools to efficiently compute the dynamics of quantum systems that are possibly strongly coupled to structured environments. It facilitates the convenient application of several numerical methods that combine the conceptional advantages of the process tensor framework [1], with the numerical efficiency of tensor networks.
This open source project aims to facilitate versatile numerical tools to efficiently compute the dynamics of quantum systems that are possibly strongly coupled to structured environments. It offers the convenient application of several numerical methods that combine the conceptional advantages of the process tensor framework [1], with the numerical efficiency of tensor networks.

OQuPy includes numerically exact methods (i.e. employing only numerically well controlled approximations) for the non-Markovian dynamics and multi-time correlations of ...
- quantum systems coupled to a single environment [2-4],
Expand Down
21 changes: 15 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
OQuPy: Open Quantum Systems in Python
=====================================

`ArXiv:2406.16650 <https://doi.org/10.48550/arXiv.2406.16650>`__ - **A Python package to efficiently simulate non-Markovian open quantum systems with process tensors.**

.. image:: https://img.shields.io/badge/Supported%20By-UNITARY%20FUND-brightgreen.svg?style=for-the-badge
:target: http://unitary.fund

**A Python package to efficiently simulate non-Markovian open quantum systems with process tensors.**

.. image:: https://img.shields.io/badge/arXiv-2406.16650-red
:alt: ArXiv
:target: https://arxiv.org/abs/2406.16650
.. image:: https://img.shields.io/badge/GitHub-tempoCollaboration%2FOQuPy-green
:alt: GitHub
:target: https://github.com/tempoCollaboration/OQuPy
.. image:: https://www.zenodo.org/badge/244404030.svg
:alt: DOI
:target: https://www.zenodo.org/badge/latestdoi/244404030

This open source project aims to facilitate versatile numerical tools to
efficiently compute the dynamics of quantum systems that are possibly
strongly coupled to structured environments. It facilitates the
strongly coupled to structured environments. It offers the
convenient application of several numerical methods that combine the
conceptional advantages of the process tensor framework [1], with the
numerical efficiency of tensor networks.
Expand Down Expand Up @@ -70,6 +76,9 @@ Furthermore, OQuPy implements methods to ...
| **Tutorial** | launch |binder-tutorial| |
+--------------------+--------------------------------------------------------+

.. image:: https://img.shields.io/badge/Supported%20By-UNITARY%20FUND-brightgreen.svg?style=for-the-badge
:target: http://unitary.fund

-------------------------------------------------------------------------------

.. toctree::
Expand Down

0 comments on commit 0f7b4e5

Please sign in to comment.