LocalRotationsLayer function
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.
反馈
提交和查看相关反馈