optrs

Crates.iooptrs
lib.rsoptrs
version0.1.0
sourcesrc
created_at2022-06-11 14:20:21.766473
updated_at2022-06-11 14:20:21.766473
descriptionForcefield molecule optimization
homepagehttps://github.com/t-young31/opt-rs
repositoryhttps://github.com/t-young31/opt-rs
max_upload_size
id604109
size1,157,034
Tom Young (t-young31)

documentation

README

Test codecov

alt text

optrs is a lightweight molecular mechanics optimisation code written in rust.


Installation

Install the binary with

pip install optrs

or the Python API.


Usage

Optimise a molecule provided as a .xyz file

optrs molecule.xyz

which will generate opt.xyz in working directory. API examples.


Features

  • UFF forcefield
  • RB forcefield
  • 3D structure generation
  • Steepest decent optimisation
Commit count: 38

cargo fmt