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

https://github.com/ghutchis/boptimol

Bayesian geometry optimization experiments
https://github.com/ghutchis/boptimol

Last synced: 2 months ago
JSON representation

Bayesian geometry optimization experiments

Awesome Lists containing this project

README

        

# BoptMol

This repo contains code for optimizing molecules using Bayesian optimization and quantum chemistry computations.

The aim is to perform accelerated local search using an active
learning approach. That is, the optimization will guess final
bond lengths, angles, and dihedrals based on previous
optimizations.

At the moment, the project is experimental.

## Installation

Build the environment using anaconda:

```bash
mamba env create --file environment.yml --force
```

## Use

`run.py` provides a simple interface to the code. To optimize cysteine with default arguments. For now, the code expects molecules in XYZ format.

```bash
python run.py test/molecules/peroxide.xyz
```