QuESTEnv Struct Reference
Information about the environment the program is running in. More...
#include <QuEST.h>
Data Fields | |
int | numRanks |
int | rank |
Detailed Description
Information about the environment the program is running in.
In practice, this holds info about MPI ranks and helps to hide MPI initialization code
Field Documentation
◆ numRanks
int QuESTEnv::numRanks |
Definition at line 245 of file QuEST.h.
Referenced by agnostic_createDiagonalOp(), createDensityQureg(), createDiagonalOp(), createQuESTEnv(), createQureg(), reportQuESTEnv(), statevec_createQureg(), statevec_destroyQureg(), statevec_getEnvironmentString(), and TEST_CASE().
◆ rank
int QuESTEnv::rank |
Definition at line 244 of file QuEST.h.
Referenced by agnostic_createDiagonalOp(), createQuESTEnv(), reportQuESTEnv(), statevec_createQureg(), and TEST_CASE().
The documentation for this struct was generated from the following file: