![]() |
The Quantum Exact Simulation Toolkit v4.0.0
|
Functions for applying many-qubit rotations around Pauli Z axis, and phase flips and shifts. More...
Functions | |
void | applyControlledPhaseGadget (Qureg qureg, int control, int *targets, int numTargets, qreal angle) |
void | applyMultiControlledPhaseGadget (Qureg qureg, int *controls, int numControls, int *targets, int numTargets, qreal angle) |
void | applyMultiQubitPhaseFlip (Qureg qureg, int *targets, int numTargets) |
void | applyMultiQubitPhaseShift (Qureg qureg, int *targets, int numTargets, qreal angle) |
void | applyMultiStateControlledPhaseGadget (Qureg qureg, int *controls, int *states, int numControls, int *targets, int numTargets, qreal angle) |
void | applyPhaseFlip (Qureg qureg, int target) |
void | applyPhaseGadget (Qureg qureg, int *targets, int numTargets, qreal angle) |
void | applyPhaseShift (Qureg qureg, int target, qreal angle) |
void | applyTwoQubitPhaseFlip (Qureg qureg, int target1, int target2) |
void | applyTwoQubitPhaseShift (Qureg qureg, int target1, int target2, qreal angle) |
void | multiplyPhaseGadget (Qureg qureg, int *targets, int numTargets, qreal angle) |
Functions for applying many-qubit rotations around Pauli Z axis, and phase flips and shifts.
void applyControlledPhaseGadget | ( | Qureg | qureg, |
int | control, | ||
int * | targets, | ||
int | numTargets, | ||
qreal | angle ) |
Definition at line 1154 of file operations.cpp.
void applyMultiControlledPhaseGadget | ( | Qureg | qureg, |
int * | controls, | ||
int | numControls, | ||
int * | targets, | ||
int | numTargets, | ||
qreal | angle ) |
Definition at line 1162 of file operations.cpp.
void applyMultiQubitPhaseFlip | ( | Qureg | qureg, |
int * | targets, | ||
int | numTargets ) |
Definition at line 1247 of file operations.cpp.
Referenced by applyPhaseFlip(), and applyTwoQubitPhaseFlip().
void applyMultiQubitPhaseShift | ( | Qureg | qureg, |
int * | targets, | ||
int | numTargets, | ||
qreal | angle ) |
Definition at line 1213 of file operations.cpp.
Referenced by applyPhaseShift(), and applyTwoQubitPhaseShift().
void applyMultiStateControlledPhaseGadget | ( | Qureg | qureg, |
int * | controls, | ||
int * | states, | ||
int | numControls, | ||
int * | targets, | ||
int | numTargets, | ||
qreal | angle ) |
Definition at line 1170 of file operations.cpp.
Referenced by applyControlledPhaseGadget(), applyMultiControlledPhaseGadget(), and applyPhaseGadget().
void applyPhaseFlip | ( | Qureg | qureg, |
int | target ) |
Definition at line 1230 of file operations.cpp.
void applyPhaseGadget | ( | Qureg | qureg, |
int * | targets, | ||
int | numTargets, | ||
qreal | angle ) |
Definition at line 1146 of file operations.cpp.
void applyPhaseShift | ( | Qureg | qureg, |
int | target, | ||
qreal | angle ) |
Definition at line 1196 of file operations.cpp.
void applyTwoQubitPhaseFlip | ( | Qureg | qureg, |
int | target1, | ||
int | target2 ) |
Applies a two-qubit phase flip upon qubit1
and qubit2
of qureg
.
Definition at line 1238 of file operations.cpp.
void applyTwoQubitPhaseShift | ( | Qureg | qureg, |
int | target1, | ||
int | target2, | ||
qreal | angle ) |
Applies a two-qubit phase flip upon qubit1
and qubit2
of qureg
.
Definition at line 1204 of file operations.cpp.
Referenced by applyQuantumFourierTransform().
void multiplyPhaseGadget | ( | Qureg | qureg, |
int * | targets, | ||
int | numTargets, | ||
qreal | angle ) |
Definition at line 1138 of file operations.cpp.