#include "config.h"
#include <xmmintrin.h>
#include <complex>
Go to the source code of this file.
|
| union | Qrack::complex2 |
| | SIMD implementation of the double precision complex vector type of 2 complex numbers, only for AVX Apply2x2. More...
|
| |
|
| | Qrack |
| | GLOSSARY: bitLenInt - "bit-length integer" - unsigned integer ID of qubit position in register bitCapInt - "bit-capacity integer" - unsigned integer single-permutation value of a qubit register (typically "big integer") real1 - "real number (1-dimensional)" - floating-point real-valued number complex - "complex number" - floating-point complex-valued number (with two real1 component dimensions) quid - "quantum (simulator) unique
identifier" - unsigned integer that indexes and IDs running simulators, circuits, and neurons.
|
| |
|
| complex2 | Qrack::mtrxColShuff (const complex2 &mtrxCol) |
| |
| complex2 | Qrack::matrixMul (const complex2 &mtrxCol1, const complex2 &mtrxCol2, const complex2 &mtrxCol1Shuff, const complex2 &mtrxCol2Shuff, const complex2 &qubit) |
| |
| complex2 | Qrack::matrixMul (const float &nrm, const complex2 &mtrxCol1, const complex2 &mtrxCol2, const complex2 &mtrxCol1Shuff, const complex2 &mtrxCol2Shuff, const complex2 &qubit) |
| |
| complex2 | Qrack::operator* (const float &lhs, const complex2 &rhs) |
| |
| double | Qrack::norm (const complex2 &c) |
| |