ClassicalResult#

class ClassicalResult(wl: Union[jax.Array, numpy.ndarray, numpy.bool_, numpy.number, bool, int, float, complex], sdict: Dict[Tuple[str, str], jaxtyping.Complex[Array, '...']], detectors: list[simphony.classical.Detector])[source]#

Bases: simphony.simulation.SimulationResult

Classical simulation results.

wl#

The wavelengths at which the simulation was run.

Type

jnp.ndarray

sdict#

The S-parameters of the circuit.

Type

sax.SDict

detectors#

The detectors and their measurements from the simulation. They are indexed in the same order as both s_params and output.

Type

list[Detector]