![]() |
The Quantum Exact Simulation Toolkit v4.0.0
|
Functions for applying one-qubit rotations around Pauli and arbitrary axis. More...
Functions | |
void | applyControlledRotateAroundAxis (Qureg qureg, int ctrl, int targ, qreal angle, qreal axisX, qreal axisY, qreal axisZ) |
void | applyControlledRotateX (Qureg qureg, int control, int target, qreal angle) |
void | applyControlledRotateY (Qureg qureg, int control, int target, qreal angle) |
void | applyControlledRotateZ (Qureg qureg, int control, int target, qreal angle) |
void | applyMultiControlledRotateAroundAxis (Qureg qureg, int *ctrls, int numCtrls, int targ, qreal angle, qreal axisX, qreal axisY, qreal axisZ) |
void | applyMultiControlledRotateX (Qureg qureg, int *controls, int numControls, int target, qreal angle) |
void | applyMultiControlledRotateY (Qureg qureg, int *controls, int numControls, int target, qreal angle) |
void | applyMultiControlledRotateZ (Qureg qureg, int *controls, int numControls, int target, qreal angle) |
void | applyMultiStateControlledRotateAroundAxis (Qureg qureg, int *ctrls, int *states, int numCtrls, int targ, qreal angle, qreal axisX, qreal axisY, qreal axisZ) |
void | applyMultiStateControlledRotateX (Qureg qureg, int *controls, int *states, int numControls, int target, qreal angle) |
void | applyMultiStateControlledRotateY (Qureg qureg, int *controls, int *states, int numControls, int target, qreal angle) |
void | applyMultiStateControlledRotateZ (Qureg qureg, int *controls, int *states, int numControls, int target, qreal angle) |
void | applyRotateAroundAxis (Qureg qureg, int targ, qreal angle, qreal axisX, qreal axisY, qreal axisZ) |
void | applyRotateX (Qureg qureg, int target, qreal angle) |
void | applyRotateY (Qureg qureg, int target, qreal angle) |
void | applyRotateZ (Qureg qureg, int target, qreal angle) |
Functions for applying one-qubit rotations around Pauli and arbitrary axis.
void applyControlledRotateAroundAxis | ( | Qureg | qureg, |
int | ctrl, | ||
int | targ, | ||
qreal | angle, | ||
qreal | axisX, | ||
qreal | axisY, | ||
qreal | axisZ ) |
Definition at line 1033 of file operations.cpp.
void applyControlledRotateX | ( | Qureg | qureg, |
int | control, | ||
int | target, | ||
qreal | angle ) |
Definition at line 944 of file operations.cpp.
void applyControlledRotateY | ( | Qureg | qureg, |
int | control, | ||
int | target, | ||
qreal | angle ) |
Definition at line 952 of file operations.cpp.
void applyControlledRotateZ | ( | Qureg | qureg, |
int | control, | ||
int | target, | ||
qreal | angle ) |
Definition at line 960 of file operations.cpp.
void applyMultiControlledRotateAroundAxis | ( | Qureg | qureg, |
int * | ctrls, | ||
int | numCtrls, | ||
int | targ, | ||
qreal | angle, | ||
qreal | axisX, | ||
qreal | axisY, | ||
qreal | axisZ ) |
Definition at line 1041 of file operations.cpp.
void applyMultiControlledRotateX | ( | Qureg | qureg, |
int * | controls, | ||
int | numControls, | ||
int | target, | ||
qreal | angle ) |
Definition at line 968 of file operations.cpp.
void applyMultiControlledRotateY | ( | Qureg | qureg, |
int * | controls, | ||
int | numControls, | ||
int | target, | ||
qreal | angle ) |
Definition at line 976 of file operations.cpp.
void applyMultiControlledRotateZ | ( | Qureg | qureg, |
int * | controls, | ||
int | numControls, | ||
int | target, | ||
qreal | angle ) |
Definition at line 984 of file operations.cpp.
void applyMultiStateControlledRotateAroundAxis | ( | Qureg | qureg, |
int * | ctrls, | ||
int * | states, | ||
int | numCtrls, | ||
int | targ, | ||
qreal | angle, | ||
qreal | axisX, | ||
qreal | axisY, | ||
qreal | axisZ ) |
Definition at line 1049 of file operations.cpp.
Referenced by applyControlledRotateAroundAxis(), applyMultiControlledRotateAroundAxis(), and applyRotateAroundAxis().
void applyMultiStateControlledRotateX | ( | Qureg | qureg, |
int * | controls, | ||
int * | states, | ||
int | numControls, | ||
int | target, | ||
qreal | angle ) |
Definition at line 992 of file operations.cpp.
Referenced by applyControlledRotateX(), applyMultiControlledRotateX(), and applyRotateX().
void applyMultiStateControlledRotateY | ( | Qureg | qureg, |
int * | controls, | ||
int * | states, | ||
int | numControls, | ||
int | target, | ||
qreal | angle ) |
Definition at line 1001 of file operations.cpp.
Referenced by applyControlledRotateY(), applyMultiControlledRotateY(), and applyRotateY().
void applyMultiStateControlledRotateZ | ( | Qureg | qureg, |
int * | controls, | ||
int * | states, | ||
int | numControls, | ||
int | target, | ||
qreal | angle ) |
Definition at line 1010 of file operations.cpp.
Referenced by applyControlledRotateZ(), applyMultiControlledRotateZ(), and applyRotateZ().
void applyRotateAroundAxis | ( | Qureg | qureg, |
int | targ, | ||
qreal | angle, | ||
qreal | axisX, | ||
qreal | axisY, | ||
qreal | axisZ ) |
Definition at line 1025 of file operations.cpp.
void applyRotateX | ( | Qureg | qureg, |
int | target, | ||
qreal | angle ) |
Definition at line 920 of file operations.cpp.
void applyRotateY | ( | Qureg | qureg, |
int | target, | ||
qreal | angle ) |
Definition at line 928 of file operations.cpp.
void applyRotateZ | ( | Qureg | qureg, |
int | target, | ||
qreal | angle ) |
Definition at line 936 of file operations.cpp.