Metadata-Version: 2.4
Name: pyqmc
Version: 0.8.0
Summary: Real-space quantum Monte Carlo (QMC) methods for electronic structure calculations.
Author-email: Lucas Wagner <lkwagner@illinois.edu>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scipy (>=1.10.0,<2.0.0)
Requires-Dist: pyscf (>=2.8.0,<3.0.0)
Requires-Dist: h5py (>=3.13.0,<4.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)


![Python package](https://github.com/WagnerGroup/pyqmc/workflows/Python%20package/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/pyqmc/badge/?version=latest)](https://pyqmc.readthedocs.io/en/latest/?badge=latest)

## PyQMC

A python module that implements real-space quantum Monte Carlo techniques. It is primarily meant to interoperate with PySCF. Documentation is available at [readthedocs](https://pyqmc.readthedocs.io/en/latest/).


