Metadata-Version: 2.1
Name: hilbert-curve
Version: 1.0.dev4
Summary: Python approximation to Hilbert spaces
Home-page: https://bitbucket.org/coleopter/hilbert-curve
Author: Daniel Farré Manzorro
Author-email: d.farre.m@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: ipdb ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: ipynb-tests ; extra == 'test'

# Python approximation to Hilbert spaces and Quantum Mechanics

Numeric Lebesgue _L²_ space implementation over ℝ - including Fourier basis - or ℂ.

Quantum systems:

  * Quasi-free particle in one dimension

See the demo-tests in the notebooks folder.


