Skip to main content

calculate_structural_tof_pattern_with_context

Function calculate_structural_tof_pattern_with_context 

Source
pub fn calculate_structural_tof_pattern_with_context(
    cell: UnitCell,
    space_group: &SpaceGroup,
    input: &StructuralTofInputView<'_>,
    execution: &ExecutionContext,
) -> Result<StructuralTofResult, StructuralTofError>
Expand description

Calculate values with an explicit bounded execution context.

ยงErrors

Returns StructuralTofError for invalid inputs.