Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1013 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 1013 Bytes

SymΨ - Symbolic Quantum Mechanics with Python and SymPy

This Python package is an exerimental fork and extension of the quantum module in SymPy. For a list of contributors to the SymPy quantum module, see this page. New features developed for SymPsi will be contributed upstream to the SymPy quantum module when mature and tested.

Installation

SymPsi requires a recent version of SymPy. To install SymPy (see also the SymPy installation instructions), run:

$ pip install sympy

The SymPsi package can be installed using:

$ pip install git+https://github.com/sympsi/sympsi.git

and to upgrade an existing installation, just add the --upgrade flag:

$ pip install --upgrade git+https://github.com/sympsi/sympsi.git