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.

SVD

class SVD(validate=True)[source]

Singular Value Decomposition of averaged IQ data.

Create new action.

Parameters:

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

Attributes

SVD.is_trained

Return False if the DataAction needs to be trained.

SVD.parameters

Return the parameters of the trainable node.

Methods

SVD.__call__(data)

Call the data action of this node on the data.

SVD.set_parameters(**fields)

Set parameters for training.

SVD.train(data)

Train the SVD on the given data.

SVD.__call__(data)

Call the data action of this node on the data.