![]() |
The Quantum Exact Simulation Toolkit v4.2.0
|
Functions for effecting projectors which break the state normalisation. More...
Functions | |
| void | applyMultiQubitProjector (Qureg qureg, int *qubits, int *outcomes, int numQubits) |
| void | applyQubitProjector (Qureg qureg, int target, int outcome) |
Functions for effecting projectors which break the state normalisation.
| void applyMultiQubitProjector | ( | Qureg | qureg, |
| int * | qubits, | ||
| int * | outcomes, | ||
| int | numQubits ) |
Definition at line 1570 of file operations.cpp.
Referenced by applyMultiQubitProjector(), and TEST_CASE().
| void applyQubitProjector | ( | Qureg | qureg, |
| int | target, | ||
| int | outcome ) |
Definition at line 1557 of file operations.cpp.
Referenced by TEST_CASE().