Buantum / sympsi

Symbolic Quantum Mechanics using SymPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Symbolic Quantum Mechanics using SymPy

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%