struct Complex

#include <GPUStruct.h>

struct Complex
{
    // fields

    gpu_qstate_t real;
    gpu_qstate_t imag;
};