finesse.simulations.graph.tools.evaluate_non_changing_symbols

finesse.simulations.graph.tools.evaluate_non_changing_symbols(equations: dict, substitutions: dict = None)[source]

Evaluate the non-changing symbols in the given equations.

Parameters
equationsdict

A dictionary containing the equations to be evaluated. The keys represent the edges, and the values represent the expressions.

Returns
dict

A dictionary containing the results of evaluating the non-changing symbols. The keys represent the edges, and the values represent the evaluated expressions.