An open API service indexing awesome lists of open source software.

https://github.com/vincentstimper/boltzmann-generators

Implementation of methods to sample from Boltzmann distributions
https://github.com/vincentstimper/boltzmann-generators

Last synced: 3 months ago
JSON representation

Implementation of methods to sample from Boltzmann distributions

Awesome Lists containing this project

README

          

# Implementing Boltzmann generators with [`normflows`](https://github.com/VincentStimper/normalizing-flows)

This package comprises several tools to train Boltzmann generators,
i.e. normalizing flows approximating Boltzmann distributions. It
uses and extends the
[`normflows`](https://github.com/VincentStimper/normalizing-flows) package.
To compute the Boltzmann distribution, the [OpenMM](https://openmm.org/)
Python library is applied.

## Methods of Installation

The latest version of the package can be installed via pip

```
pip install --upgrade git+https://github.com/VincentStimper/boltzmann-generators.git
```