1//! Targets for symmetry analysis via representation and corepresentation theories. 2 3pub mod density; 4pub mod determinant; 5pub mod noci; 6pub mod orbital; 7pub mod tensor; 8pub mod vibration;