//! Conversion of basis sets to various formats.
pub mod bdf;
pub mod bsedebug;
pub mod bsejson;
pub mod cp2k;
pub mod crystal;
pub mod dalton;
pub mod demon2k;
pub mod fhiaims;
pub mod g94;
pub mod gamess_uk;
pub mod gamess_us;
pub mod genbas;
pub mod jaguar;
pub mod libmol;
pub mod molcas;
pub mod molcas_library;
pub mod molpro;
pub mod nwchem;
pub mod orca;
pub mod pqs;
pub mod qchem;
pub mod qcschema;
pub mod ricdwrap;
pub mod turbomole;
pub mod veloxchem;
pub mod write;