![]() |
The Quantum Exact Simulation Toolkit v4.0.0
|
Functions for applying many-qubit rotations around arbitrary PauliStr. More...
Functions | |
void | applyControlledPauliGadget (Qureg qureg, int control, PauliStr str, qreal angle) |
void | applyMultiControlledPauliGadget (Qureg qureg, int *controls, int numControls, PauliStr str, qreal angle) |
void | applyMultiStateControlledPauliGadget (Qureg qureg, int *controls, int *states, int numControls, PauliStr str, qreal angle) |
void | applyPauliGadget (Qureg qureg, PauliStr str, qreal angle) |
void | multiplyPauliGadget (Qureg qureg, PauliStr str, qreal angle) |
Functions for applying many-qubit rotations around arbitrary PauliStr.
Definition at line 1092 of file operations.cpp.
void applyMultiControlledPauliGadget | ( | Qureg | qureg, |
int * | controls, | ||
int | numControls, | ||
PauliStr | str, | ||
qreal | angle ) |
Definition at line 1099 of file operations.cpp.
void applyMultiStateControlledPauliGadget | ( | Qureg | qureg, |
int * | controls, | ||
int * | states, | ||
int | numControls, | ||
PauliStr | str, | ||
qreal | angle ) |
Definition at line 1106 of file operations.cpp.
Referenced by applyControlledPauliGadget(), applyMultiControlledPauliGadget(), applyMultiStateControlledRotateX(), applyMultiStateControlledRotateY(), applyMultiStateControlledRotateZ(), and applyPauliGadget().
Definition at line 1085 of file operations.cpp.
Definition at line 1077 of file operations.cpp.