Metadata-Version: 2.1
Name: weidmd
Version: 0.0.2
Summary: Wei's Dynamic Mode Decomposition.
Home-page: https://github.com/Weitheskmt/WeiDMD
Author: Wei Liu
Author-email: wordwaymusic@163.com
License: MIT
Keywords: dynamic-mode-decomposition dmd
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
License-File: LICENSE
Requires-Dist: numpy (<2)
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.4) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: ezyrb (>=v1.2.1.post2205) ; extra == 'test'

Simulating dynamics of open quantum systems is sometimes a significant challenge, despite the availability of various exact or approximate methods.
Particularly when dealing with complex systems, the huge computational cost will largely limit the applicability of these methods.
WeiDMD is a Python package that uses Dynamic Mode Decomposition for a data-driven model simplification based on spatiotemporal coherent structures.
whether the external field is involved or not, the DMD can give accurate prediction of the result compared with the traditional propagations, and simultaneously reduce the required computational cost.


