Skip to content

Commit

Permalink
feat: Added runge-kutta integrator
Browse files Browse the repository at this point in the history
  • Loading branch information
dvelozad committed Mar 1, 2023
1 parent e33f59f commit a767bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qt_unraveling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
qt_unraveling
"""
__version__ = "0.2.5"
__version__ = "0.2.6"
__author__ = 'Diego Veloza Diaz'
__credits__ = 'Chaos and complexity group'

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setuptools.setup(
name="qt_unraveling",
version="0.2.5",
version="0.2.6",
author="Diego Veloza Diaz",
author_email="dvelozad@unal.edu.co",
description="Library focused on simulate quantum trajectories with different unravelings",
url="https://github.com/dvelozad/qt-unraveling-python",
keywords = ['python','quantum control', 'unraveling', 'master equation', 'lindblad', 'open systems'],
download_url = 'https://github.com/dvelozad/qt-unraveling-python/archive/refs/tags/v0.2.5.tar.gz',
download_url = 'https://github.com/dvelozad/qt-unraveling-python/archive/refs/tags/v0.2.6.tar.gz',
packages=['qt_unraveling'],
install_requires=[ # I get to this in a second
'numpy',
Expand Down

0 comments on commit a767bc7

Please sign in to comment.