castep_cell_io/keywords/kpoint/mod.rs
1#[allow(non_camel_case_types)]
2#[derive(Debug, Clone, Copy)]
3/// For backwards compatibility the keywords beginning
4/// `BS_` and `OPTICS_` are synonyms for `SPECTRAL_KPOINT_` and similarly those beginning.
5pub enum KPointKeywords {
6 KPOINT_LIST,
7 KPOINT_MP_GRID,
8 KPOINT_MP_SPACING,
9 KPOINT_MP_OFFSET,
10 SPECTRAL_KPOINT_LIST,
11 SPECTRAL_KPOINT_PATH,
12 SPECTRAL_KPOINT_PATH_SPACING,
13}