Metadata-Version: 2.2
Name: MCintegration
Version: 1.0.0
Summary: PyTorch implementation of Monte Carlo integration with support for the Vegas algorithm
Home-page: https://github.com/numericalEFT/MCintegration.py
Download-URL: https://github.com/numericalEFT/MCintegration.py/archive/refs/heads/master.zip
Author: Kun Chen, Pengcheng Hou, Tao Wang and Caiyu Fan
Author-email: chenkun0228@gmail.com, houpc96@gmail.com, taowang@umass.edu, fancaiyu24@mails.ucas.ac.cn
License: MIT
Keywords: Monte Carlo,integration,Vegas,PyTorch
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: numpy
Requires-Dist: normflows
Requires-Dist: vegas
Requires-Dist: mpmath
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: absl-py
Requires-Dist: beautifulsoup4
Requires-Dist: pandas
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Requires-Dist: mkdocs-jupyter; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# MCintegration

[![alpha](https://img.shields.io/badge/docs-alpha-blue.svg)](https://numericaleft.github.io/MCintegration.py/)

[![Build Status](https://github.com/numericalEFT/MCIntegration.py/workflows/CI/badge.svg)](https://github.com/numericalEFT/MCIntegration.py/actions)

[![codecov](https://codecov.io/gh/numericalEFT/MCintegration.py/graph/badge.svg?token=851N2CNOTN)](https://codecov.io/gh/numericalEFT/MCintegration.py)

