QuESTEnv Struct Reference

Information about the environment the program is running in. More...

#include <QuEST.h>

Data Fields

CuQuantumConfig * cuConfig
 
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

Author
Ania Brown
Tyson Jones (seeding)

Field Documentation

◆ cuConfig

CuQuantumConfig* QuESTEnv::cuConfig

Referenced by createQuESTEnv(), and destroyQuESTEnv().

◆ numRanks

◆ numSeeds

int QuESTEnv::numSeeds

◆ rank

◆ seeds

unsigned long int* QuESTEnv::seeds

The documentation for this struct was generated from the following file: