|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Custom types for the SQUANDER package. More...
#include <assert.h>#include <cstddef>#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | QGD_Complex16 |
| Structure type representing complex numbers in the SQUANDER package. More... | |
| struct | QGD_Complex8 |
| Structure type representing single-precision complex numbers. More... | |
Macros | |
| #define | CACHELINE 64 |
Functions | |
| bool | operator!= (const QGD_Complex16 &a, const QGD_Complex16 &b) noexcept |
| bool | operator!= (const QGD_Complex8 &a, const QGD_Complex8 &b) noexcept |
| bool | operator< (const QGD_Complex16 &a, const QGD_Complex16 &b) noexcept |
| bool | operator< (const QGD_Complex8 &a, const QGD_Complex8 &b) noexcept |
| bool | operator== (const QGD_Complex16 &a, const QGD_Complex16 &b) noexcept |
| bool | operator== (const QGD_Complex8 &a, const QGD_Complex8 &b) noexcept |
Custom types for the SQUANDER package.
Definition in file QGDTypes.h.
| #define CACHELINE 64 |
Definition at line 33 of file QGDTypes.h.
|
inlinenoexcept |
Definition at line 55 of file QGDTypes.h.
|
inlinenoexcept |
Definition at line 61 of file QGDTypes.h.
|
inlinenoexcept |
Definition at line 67 of file QGDTypes.h.
|
inlinenoexcept |
Definition at line 71 of file QGDTypes.h.
|
inlinenoexcept |
Definition at line 52 of file QGDTypes.h.
|
inlinenoexcept |
Definition at line 58 of file QGDTypes.h.
1.8.13