qml.transforms.core.transform_dispatcher

This module contains the transform function, the transform dispatcher and the transform container.

Classes

TransformContainer(transform[, args, …])

Class to store a quantum transform with its args, kwargs and classical co-transforms.

TransformDispatcher(transform[, …])

This object is developer facing and should not be used directly to create transforms.

Exceptions

TransformError

Raised when there is an error with the transform logic