chemx-ext 0.4.0

External-program interfaces (xtb, CREST) and the RDKit-free fallback conformer generator for chemx.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod confgen;
pub mod crest;
pub mod ensemble;
pub mod kabsch;
pub mod xtb;
pub mod xyz;

mod error;

pub use error::ExtError;