A code-converter and simulation driver between QNET and QSD
Development of QNET-QSD happens on Github.
To install the latest released version of QNET-QSD, run this command in your terminal:
$ pip install qnet_qsd
This is the preferred method to install QNET-QSD, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
To install the latest development version of QNET-QSD from the from the Github.
$ pip install git+https://github.com/mabuchilab/qnet_qsd.git@master#egg=qnet_qsd
To use QNET-QSD in a project:
import qnet_qsd