![]() |
The Quantum Exact Simulation Toolkit v4.0.0
|
Functions for initialising Qureg into physical states. More...
Functions | |
void | initArbitraryPureState (Qureg qureg, qcomp *amps) |
void | initBlankState (Qureg qureg) |
void | initClassicalState (Qureg qureg, qindex stateInd) |
void | initDebugState (Qureg qureg) |
void | initPlusState (Qureg qureg) |
void | initPureState (Qureg qureg, Qureg pure) |
void | initRandomMixedState (Qureg qureg, qindex numPureStates) |
void | initRandomPureState (Qureg qureg) |
void | initZeroState (Qureg qureg) |
Functions for initialising Qureg into physical states.
void initArbitraryPureState | ( | Qureg | qureg, |
qcomp * | amps ) |
Definition at line 95 of file initialisations.cpp.
Referenced by TEST_CASE(), and TEST_CASE().
void initBlankState | ( | Qureg | qureg | ) |
Definition at line 34 of file initialisations.cpp.
Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().
void initClassicalState | ( | Qureg | qureg, |
qindex | stateInd ) |
Definition at line 76 of file initialisations.cpp.
Referenced by TEST_CASE(), TEST_CASE(), and TEST_CASE().
void initDebugState | ( | Qureg | qureg | ) |
Definition at line 88 of file initialisations.cpp.
Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().
void initPlusState | ( | Qureg | qureg | ) |
Definition at line 52 of file initialisations.cpp.
Referenced by TEST_CASE(), TEST_CASE(), and TEST_CASE().
Definition at line 62 of file initialisations.cpp.
Referenced by TEST_CASE().
void initRandomMixedState | ( | Qureg | qureg, |
qindex | numPureStates ) |
Definition at line 128 of file initialisations.cpp.
Referenced by TEST_CASE().
void initRandomPureState | ( | Qureg | qureg | ) |
Definition at line 113 of file initialisations.cpp.
Referenced by TEST_CASE().
void initZeroState | ( | Qureg | qureg | ) |
Definition at line 43 of file initialisations.cpp.
Referenced by TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().