Metadata-Version: 2.1
Name: qmctorch
Version: 0.1.1
Summary: Pytorch Implementation of Quantum Monte Carlo
Home-page: https://github.com/NLESC-JCER/QMCTorch
Author: ['Nicolas Renaud', 'Felipe Zapata']
Author-email: n.renaud@esciencecenter.nl
License: Apache Software License 2.0
Description: # QMCTorch
        
        Pytorch Implementation of Real Space Quantum Monte Carlo Simulations of Molecular Systems
        
        [![PyPI version](https://badge.fury.io/py/qmctorch.svg)](https://badge.fury.io/py/qmctorch)
        [![Build Status](https://travis-ci.com/NLESC-JCER/QMCTorch.svg?branch=master)](https://travis-ci.com/NLESC-JCER/QMCTorch)
        [![Coverage Status](https://coveralls.io/repos/github/NLESC-JCER/QMCTorch/badge.svg?branch=master)](https://coveralls.io/github/NLESC-JCER/QMCTorch?branch=master)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5d99212add2a4f0591adc6248fec258d)](https://www.codacy.com/manual/NicoRenaud/QMCTorch?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=NLESC-JCER/QMCTorch&amp;utm_campaign=Badge_Grade)
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3780094.svg)](https://doi.org/10.5281/zenodo.3780094)
        
        ## Installation
        
        Clone the repository and install the code from source or use the Python package manager:
        
        `pip install qmctorch`
        
        ## Documentation 
        https://qmctorch.readthedocs.io/en/latest/intro.html
        
        
        ## Disclaimer
        QMCTorch is currently under developmement and most likely won't behave as expected 
        
        
        
Keywords: qmctorch
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Chemistry
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test
