Metadata-Version: 2.2
Name: qkrylov
Version: 0.0.3
Summary: Matrix-free Krylov methods for quantum many-body physics
Author: Subhajyoti Pal, Aritra Mukhopadhyay, Pritipriya Dasbehera
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Project-URL: Homepage, https://github.com/sjp95/qkrylov
Project-URL: Documentation, https://sjp95.github.io/qkrylov/
Project-URL: Issues, https://github.com/sjp95/qkrylov/issues
Requires-Python: >=3.11
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: scipy; extra == "test"
Description-Content-Type: text/markdown

# qkrylov Python Package

This directory is reserved for the Python interface and PyPI packaging.

Current status: scaffold only. The package currently contains no C++ extension module.

Expected future contents:

- `pybind11` or `nanobind` bindings for the C++ core.
- Python-friendly wrappers around the low-level C++ API.
- Python tests and examples.
- Wheel build configuration for PyPI releases.

