Functions:
select_rotation
select_rotation(
basis: Pauli,
angles: CArray[CReal],
selector: Const[QNum],
target: QBit
) -> None
[Qmod core-library function]
Applies a set of controlled single-qubit rotations to a target qubit, using
a specified rotation axis and a list of rotation angles.
Parameters:
select_z_rotation
select_z_rotation(
angles: CArray[CReal],
selector: Const[QNum],
target: Const[QBit]
) -> None
[Qmod core-library function]
Applies a set of controlled single-qubit Z rotations to a target qubit, using
a list of rotation angles.
Parameters: