ComplexMatrix2 Struct Reference
Represents a 2x2 matrix of complex numbers. More...
#include <QuEST.h>
Data Fields | |
qreal | imag [2][2] |
qreal | real [2][2] |
Detailed Description
Field Documentation
◆ imag
qreal ComplexMatrix2::imag[2][2] |
Definition at line 117 of file QuEST.h.
Referenced by densmatr_mixPauli(), getComplexPairAndPhaseFromUnitary(), getRotAngleFromUnitaryMatrix(), statevec_controlledUnitaryLocal(), statevec_multiControlledUnitaryLocal(), and statevec_unitaryLocal().
◆ real
qreal ComplexMatrix2::real[2][2] |
Definition at line 116 of file QuEST.h.
Referenced by densmatr_mixPauli(), getComplexPairAndPhaseFromUnitary(), getRotAngleFromUnitaryMatrix(), statevec_controlledUnitaryLocal(), statevec_multiControlledUnitaryLocal(), statevec_unitaryLocal(), and TEST_CASE().
The documentation for this struct was generated from the following file: