Python package for interacting with the Fortran QDYN library and tools. Its purpose is to:
qdyn_prop_traj
and qdyn_optimize
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.
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
To use QDYN-pylib in a Python project:
import qdyn