LocalRotationsLayer 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 uncontrolled (single-qubit) rotations along a given axis, with one rotation for each qubit in a register, parameterized by distinct model parameters.

function LocalRotationsLayer (nQubits : Int, axis : Pauli) : Microsoft.Quantum.MachineLearning.ControlledRotation[]

Input

nQubits : Int

The number of qubits acted on by the given layer.

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.