castep-cell-io 0.2.10

A crate helping to parse, edit and save `castep` input file format `.cell`
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Debug, Clone, Copy)]
#[allow(non_camel_case_types, clippy::upper_case_acronyms)]
pub enum ConstraintsKeywords {
    CELL_CONSTRAINTS,
    FIX_ALL_CELL,
    FIX_ALL_IONS,
    FIX_COM,
    FIX_VOL,
    IONIC_CONSTRAINTS,
}