ComplexMatrixN Struct Reference
Represents a general 2^N by 2^N matrix of complex numbers. More...
#include <QuEST.h>
Data Fields | |
qreal ** | imag |
int | numQubits |
qreal ** | real |
Detailed Description
Represents a general 2^N by 2^N matrix of complex numbers.
Field Documentation
◆ imag
qreal** ComplexMatrixN::imag |
Referenced by createComplexMatrixN(), destroyComplexMatrixN(), initComplexMatrixN(), TEST_CASE(), and toQMatrix().
◆ numQubits
int ComplexMatrixN::numQubits |
Referenced by createComplexMatrixN(), destroyComplexMatrixN(), initComplexMatrixN(), toComplexMatrixN(), and toQMatrix().
◆ real
qreal** ComplexMatrixN::real |
Referenced by createComplexMatrixN(), destroyComplexMatrixN(), initComplexMatrixN(), TEST_CASE(), and toQMatrix().
The documentation for this struct was generated from the following file: