pub fn refine_tof_multibank_geometry_with_runtime(
input: &TofMultiBankGeometryInput,
options: &TofMultiBankGeometryOptions,
checkpoint: Option<&TofMultiBankGeometryCheckpoint>,
runtime: &mut RefinementRuntime<TofMultiBankGeometryCheckpoint>,
) -> Result<TofMultiBankGeometryResult, TofMultiBankGeometryError>Expand description
Refine joint geometry with host cancellation/events and continuation.
Candidate local extraction, cells, and instruments publish only after the complete joint trial succeeds. Stops discard the entire in-progress cycle.
ยงErrors
Returns TofMultiBankGeometryError for invalid contracts, geometry,
calculation, linear solve, or non-normal runtime failures.