molecules

Crates.iomolecules
lib.rsmolecules
version0.1.7
sourcesrc
created_at2024-03-07 09:22:25.856124
updated_at2024-04-14 19:12:49.818702
descriptionA library for working with molecules and molecular dynamics simulations
homepage
repositoryhttps://github.com/um-univie/molecules
max_upload_size
id1165767
size150,965
Uhlir Manuel (um-univie)

documentation

https://docs.rs/molecules

README

Molecule

A library to work with molecules.

Features:

Efficient implementation of subgraph matching to find a mapping from Molecule A into Molecule B using the VF2 algorithm. Can parse xyz and smiles into the internal molecular graph representation. Determines connectivity automatically based on the molecular coordinates when parsing an xyz file.

To-Do: Implement parsing of planned additional formats: InChi mol sdf pdb Remove Openbabel in favor of a pure Rust canonicalisation algorithm.

Commit count: 31

cargo fmt