/symqle

Python framework to symbolically compute Quantum Langevin equations using Sympy

Primary LanguagePython

Installation

Simply clone or download and extract the repository and put the folder named symqle into your python path. Note, that symqle requires SymPy (http://www.sympy.org) to be installed.

Basic Usage

In order to access the functions of symqle simply type

import symqle

at the beginning of your Python script.