Metadata-Version: 2.1
Name: expsolve
Version: 0.0.4
Summary: Exponential solvers for PDEs of quantum mechanics
Project-URL: Homepage, https://github.com/brownadder/expsolve
Project-URL: Bug Tracker, https://github.com/brownadder/expsolve
Author-email: Pranav Singh <ps2106@bath.ac.uk>
Maintainer-email: Pranav Singh <ps2106@bath.ac.uk>
License: MIT
License-File: LICENSE.md
Keywords: PDE,dispersive,exponential,fourier,integrator,quantum,splitting
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Requires-Dist: numpy>=1.16.5
Description-Content-Type: text/markdown

# expsolve

This package provides tools for creating exponential solvers such as exponential splittings, exponential integrators, Magnus expansion based methods etc. for solving dispersive PDEs, particularly PDEs of quantum mechanics. 

Current functionality is limited to Fourier discretisation in space. Please see examples directory for tutorial notebooks. 
