finesse.components.workspace.ConnectorMatrixSimulationInfo

Overview

class finesse.components.workspace.ConnectorMatrixSimulationInfo(bool refill, connections=None, noise_sources=None)

Bases: object

Methods

ConnectorMatrixSimulationInfo.__init__(...)

ConnectorMatrixSimulationInfo.add_fill_function(...)

This adds a callback function that will be used by the model to fill the matrix elements.

ConnectorMatrixSimulationInfo.set_fill_noise_function(...)

This sets the callback function that will be used by the model to fill the noise matrix elements.

ConnectorMatrixSimulationInfo.set_fill_quantum_noise_input_function(...)

This sets the callback function that will be used by the model to fill the quantum noise matrix elements due to input nodes.

ConnectorMatrixSimulationInfo.set_fill_rhs_fn(...)

This sets the callback function that will be used by the model to fill the RHS vector elements.