![]() |
The Quantum Exact Simulation Toolkit v4.0.0
|
Functions for applying the one-qubit S, T and Hadamard gates. More...
Functions | |
void | applyControlledHadamard (Qureg qureg, int control, int target) |
void | applyControlledS (Qureg qureg, int control, int target) |
void | applyControlledT (Qureg qureg, int control, int target) |
void | applyHadamard (Qureg qureg, int target) |
void | applyMultiControlledHadamard (Qureg qureg, int *controls, int numControls, int target) |
void | applyMultiControlledS (Qureg qureg, int *controls, int numControls, int target) |
void | applyMultiControlledT (Qureg qureg, int *controls, int numControls, int target) |
void | applyMultiStateControlledHadamard (Qureg qureg, int *controls, int *states, int numControls, int target) |
void | applyMultiStateControlledS (Qureg qureg, int *controls, int *states, int numControls, int target) |
void | applyMultiStateControlledT (Qureg qureg, int *controls, int *states, int numControls, int target) |
void | applyS (Qureg qureg, int target) |
void | applyT (Qureg qureg, int target) |
Functions for applying the one-qubit S, T and Hadamard gates.
void applyControlledHadamard | ( | Qureg | qureg, |
int | control, | ||
int | target ) |
Definition at line 521 of file operations.cpp.
void applyControlledS | ( | Qureg | qureg, |
int | control, | ||
int | target ) |
Definition at line 449 of file operations.cpp.
void applyControlledT | ( | Qureg | qureg, |
int | control, | ||
int | target ) |
Definition at line 485 of file operations.cpp.
void applyHadamard | ( | Qureg | qureg, |
int | target ) |
Definition at line 513 of file operations.cpp.
Referenced by applyQuantumFourierTransform().
void applyMultiControlledHadamard | ( | Qureg | qureg, |
int * | controls, | ||
int | numControls, | ||
int | target ) |
Definition at line 529 of file operations.cpp.
void applyMultiControlledS | ( | Qureg | qureg, |
int * | controls, | ||
int | numControls, | ||
int | target ) |
Definition at line 457 of file operations.cpp.
void applyMultiControlledT | ( | Qureg | qureg, |
int * | controls, | ||
int | numControls, | ||
int | target ) |
Definition at line 493 of file operations.cpp.
void applyMultiStateControlledHadamard | ( | Qureg | qureg, |
int * | controls, | ||
int * | states, | ||
int | numControls, | ||
int | target ) |
Definition at line 537 of file operations.cpp.
Referenced by applyControlledHadamard(), applyHadamard(), and applyMultiControlledHadamard().
void applyMultiStateControlledS | ( | Qureg | qureg, |
int * | controls, | ||
int * | states, | ||
int | numControls, | ||
int | target ) |
Definition at line 465 of file operations.cpp.
Referenced by applyControlledS(), applyMultiControlledS(), and applyS().
void applyMultiStateControlledT | ( | Qureg | qureg, |
int * | controls, | ||
int * | states, | ||
int | numControls, | ||
int | target ) |
Definition at line 501 of file operations.cpp.
Referenced by applyControlledT(), applyMultiControlledT(), and applyT().
void applyS | ( | Qureg | qureg, |
int | target ) |
Definition at line 441 of file operations.cpp.
void applyT | ( | Qureg | qureg, |
int | target ) |
Definition at line 477 of file operations.cpp.