PartialRotationsLayer function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.MachineLearning

Package: Microsoft.Quantum.MachineLearning

Returns an array of single-qubit rotations along a given axis, parameterized by distinct model parameters.

function PartialRotationsLayer (idxsQubits : Int[], axis : Pauli) : Microsoft.Quantum.MachineLearning.ControlledRotation[]

Input

idxsQubits : Int[]

Indices for the qubits to be used as the targets for each rotation.

axis : Pauli

The rotation axis for each rotation in the given layer.

Output : ControlledRotation[]

An array of controlled rotations about the given axis, one on each of nQubits qubits.