Skip to main content

calculate_structural_tof_pattern_dense

Function calculate_structural_tof_pattern_dense 

Source
pub fn calculate_structural_tof_pattern_dense(
    cell: UnitCell,
    space_group: &SpaceGroup,
    input: &StructuralTofInputView<'_>,
) -> Result<StructuralTofDenseResult, StructuralTofError>
Expand description

Calculate values and a dense structural TOF Jacobian.

ยงErrors

Returns StructuralTofError for invalid inputs or allocation overflow.