ComplexMatrix4 Struct Reference
Represents a 4x4 matrix of complex numbers. More...
#include <QuEST.h>
Data Fields | |
qreal | imag [4][4] |
qreal | real [4][4] |
Detailed Description
Field Documentation
◆ imag
qreal ComplexMatrix4::imag[4][4] |
Definition at line 128 of file QuEST.h.
Referenced by statevec_multiControlledTwoQubitUnitaryLocal(), statevec_sqrtSwapGate(), and statevec_sqrtSwapGateConj().
◆ real
qreal ComplexMatrix4::real[4][4] |
Definition at line 127 of file QuEST.h.
Referenced by statevec_multiControlledTwoQubitUnitaryLocal(), statevec_sqrtSwapGate(), statevec_sqrtSwapGateConj(), and TEST_CASE().
The documentation for this struct was generated from the following file: