surface_sim.layouts.Layout.logical_param#
- layouts.Layout.logical_param(param, logical_qubit=None)#
Returns the parameter value of a given logical qubit.
- Parameters:
- param
The label of the logical qubit parameter.
- logical_qubit
The label of the logical qubit that is being queried. If the layout has only a single logical qubit, it does not have to be specified.
- Returns:
- object
The value of the parameter if specified for the given logical qubit, else
None.