Information about the environment the program is running in. More...
#include <QuEST.h>
Data Fields | |
int | numRanks |
int | numSeeds |
int | rank |
unsigned long int * | seeds |
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 365 of file QuEST.h.
Referenced by agnostic_createDiagonalOp(), createDensityQureg(), createDiagonalOp(), createDiagonalOpFromPauliHamilFile(), createQuESTEnv(), createQureg(), getEnvironmentString(), reportQuESTEnv(), statevec_createQureg(), statevec_destroyQureg(), and TEST_CASE().
◆ numSeeds
int QuESTEnv::numSeeds |
Definition at line 367 of file QuEST.h.
Referenced by createQuESTEnv(), getQuESTSeeds(), and seedQuEST().
◆ rank
int QuESTEnv::rank |
Definition at line 364 of file QuEST.h.
Referenced by agnostic_createDiagonalOp(), createQuESTEnv(), deleteFilesWithPrefixSynch(), reportQuESTEnv(), statevec_createQureg(), TEST_CASE(), and writeToFileSynch().
◆ seeds
unsigned long int* QuESTEnv::seeds |
Definition at line 366 of file QuEST.h.
Referenced by createQuESTEnv(), destroyQuESTEnv(), getQuESTSeeds(), and seedQuEST().
The documentation for this struct was generated from the following file: