pub type InterferenceStudy = StudyDescriptor;Expand description
Complete runtime study returned by a StudySolver.
Aliased Type§
pub struct InterferenceStudy {
pub problem: ProblemDescriptor,
pub plane: PlaneDescriptor,
pub field: PhasorFieldDescriptor,
pub evidence: StudyEvidenceDescriptor,
}Fields§
§problem: ProblemDescriptorExact coherent problem.
plane: PlaneDescriptorExact physical sampling plane.
field: PhasorFieldDescriptorTwo-component Tensor field.
evidence: StudyEvidenceDescriptorSampling, work, provider, tolerance, and execution evidence.