Metadata-Version: 2.1
Name: NeuralWaveFunction
Version: 0.0.1rc2
Summary: VMC with neural networks as test functions
Home-page: https://gitlab.physik.uni-muenchen.de/A.Dautovic/neuralwavefunction
Author: Adnan Dautovic
Author-email: A.Dautovic@phyik.uni-muenchen.de
License: UNKNOWN
Description: # NeuralWaveFunctions
        
        A python module for variatonal Monte Carlo with test functions that happen to
        be neural networks.
        
        The implementation was originally forked from
        [RNNWavefunctions](https://github.com/mhibatallah/RNNWavefunctions), then
        converted to TensorFlow 2, which required heavy modifications, and finally
        supplemented with additional features and made into a python module.
        
        # License
        This work is licensed under the
        [`GNU General Public License v3.0`](./README.md).
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
