A boundary-conditioned normalizing flows for electronic structures, and more!
Authors: Luca Thiede and Chong Sun (Email: sunchong137@gmail.com)
Create a new conda environment (default name waveflow) by
conda env create -f environment.ymlThen activate the conda environment by
conda activate waveflowIn the same path containing README.md, type
pip install -e .We provide two examples in the example/ directory, where run_benchmark.py showcases the normalizing flows and run_vqmc.py examplifies square-normalizing flows applied to a one-dimensional hellium-like system.