qucontrol / qdynpylib

Python package for interacting with the Fortran QDYN library and tools
https://qucontrol.github.io/qdynpylib/
Other
6 stars 1 forks source link
optimization physics python quantum-computing science

QDYN-pylib

Source code on Github PyPI Documentation Docs Tests Coverage BSD License

Python package for interacting with the Fortran QDYN library and tools. Its purpose is to:

The package is not a direct wrapper around QDYN that would allow to call QDYN Fortran routines from Python.

Development of QDYN-pylib happens on Github.

You can read the full documentation online.

Installation

To install the latest released version of QDYN-pylib, run this command in your terminal:

pip install qdyn

This is the preferred method to install QDYN-pylib, as it will always install the most recent stable release.

If you don't have pip installed, the Python installation guide, respectively the Python Packaging User Guide can guide you through the process.

To install the latest development version of QDYN-pylib from Github.

pip install git+https://github.com/qucontrol/qdynpylib.git@master#egg=qdyn

Usage

To use QDYN-pylib in a Python project:

import qdyn