castep-cell-io 0.6.0

I/O library for CASTEP .cell and .param file formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod tssearch_method;
pub mod tssearch_lstqst_protocol;
pub mod tssearch_cg_max_iter;
pub mod tssearch_max_path_points;
pub mod tssearch_qst_max_iter;
pub mod tssearch_disp_tol;
pub mod tssearch_energy_tol;
pub mod tssearch_force_tol;

pub use tssearch_method::TssearchMethod;
pub use tssearch_lstqst_protocol::TssearchLstqstProtocol;
pub use tssearch_cg_max_iter::TssearchCgMaxIter;
pub use tssearch_max_path_points::TssearchMaxPathPoints;
pub use tssearch_qst_max_iter::TssearchQstMaxIter;
pub use tssearch_disp_tol::TssearchDispTol;
pub use tssearch_energy_tol::TssearchEnergyTol;
pub use tssearch_force_tol::TssearchForceTol;