Data Structures
Here are the data structures with brief descriptions:
| CComplex | Represents one complex number |
| CComplexMatrix2 | Represents a 2x2 matrix of complex numbers |
| CComplexMatrix4 | Represents a 4x4 matrix of complex numbers |
| CComplexMatrixN | Represents a general 2^N by 2^N matrix of complex numbers |
| CDiagonalOp | Represents a diagonal complex operator on the full Hilbert state of a Qureg |
| CPauliHamil | Represents a weighted sum of pauli products |
| CQuESTEnv | Information about the environment the program is running in |
| CQureg | Represents a system of qubits |
| CSequenceGenerator | |
| CSubListGenerator | |
| CVector | Represents a 3-vector of real numbers |