Skip to content

ghutchis/boptimol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.

python run.py test/molecules/peroxide.xyz

About

Bayesian geometry optimization experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published