finesse.analysis.actions.operator.OperatorSolution

Overview

class finesse.analysis.actions.operator.OperatorSolution[source]

Bases: BaseSolution

Contains solution to the Operator action. The main result is the operator attribute which describes the operator taking the field from start to end node.

Attributes
connections[(Node, Node)]

A list of node pairs describing the connections traversed to compute this operator

operatorndarray(ndim=2, dtype=complex)

The operator describing the propagation from start to end node.