Module layers

Source
Expand description

Common quantum machine learning layers

This module provides implementations of common QML layers including rotation layers, entangling layers, and composite layers.

Structs§

EntanglingLayer
A layer of entangling gates
HardwareEfficientLayer
Hardware-efficient ansatz layer
Parameter
QuantumPoolingLayer
Pooling layer for quantum convolutional neural networks
RotationLayer
A layer of rotation gates on all qubits
StronglyEntanglingLayer
A composite layer combining rotations and entanglement

Enums§

PoolingStrategy