Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

ToReal

class ToReal(scale=1.0, validate=True)[source]

IQ data post-processing. Isolate the real part of single-shot IQ data.

Parameters:
  • scale (float) – Float with which to multiply the IQ data. Defaults to 1.0.

  • validate (bool) – If set to False the DataAction will not validate its input.

Methods

ToReal.__call__(data)

Call the data action of this node on the data.

ToReal.__call__(data)

Call the data action of this node on the data.