_noise_info#

Get noise scale from a Measurement.

Classes#

NoiseInfo

Container for noise information.

class NoiseInfo(noise_info)#

Container for noise information.

Parameters

noise_info (List[Dict[str, Any]]) –

__init__(noise_info)#

Constructor.

Parameters

noise_info (List[Dict[str, Any]]) –

__getitem__(n)#

Get the nth noise info.

Parameters

n (int) –

Return type

Dict[str, Any]

__iter__()#

Iterate over noise info.

Return type

Iterable[Dict[str, Any]]

__eq__(other)#

Check if this object is equal to another object.

Parameters

other (Any) –

Return type

bool