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.

DataAction

class DataAction(validate=True)[source]

Abstract action done on measured data to process it.

Each subclass of DataAction must define the way it formats, validates and processes data.

Create new node.

Parameters:

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

Methods

DataAction.__call__(data)

Call the data action of this node on the data.