castep-cell-io 0.6.0

I/O library for CASTEP .cell and .param file formats
Documentation
mod k_scrn_averaging_scheme;
mod spin_polarized;
mod xc_functional;
mod nlxc_exchange_reflect_kpts;
mod nlxc_impose_trs;
mod nlxc_ppd_integral;
mod nlxc_re_est_k_scrn;
mod nlxc_page_ex_pot;
mod nlxc_ppd_size_x;
mod nlxc_ppd_size_y;
mod nlxc_ppd_size_z;
mod xc_definition;

pub use k_scrn_averaging_scheme::KScrnAveragingScheme;
pub use spin_polarized::SpinPolarized;
pub use xc_functional::XcFunctional;
pub use nlxc_exchange_reflect_kpts::NlxcExchangeReflectKpts;
pub use nlxc_impose_trs::NlxcImposeTrs;
pub use nlxc_ppd_integral::NlxcPpdIntegral;
pub use nlxc_re_est_k_scrn::NlxcReEstKScrn;
pub use nlxc_page_ex_pot::NlxcPageExPot;
pub use nlxc_ppd_size_x::NlxcPpdSizeX;
pub use nlxc_ppd_size_y::NlxcPpdSizeY;
pub use nlxc_ppd_size_z::NlxcPpdSizeZ;
pub use xc_definition::{XcDefinition, XcFunctionalEntry};