Skip to content

jrjohansson/sympsi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%