42 #define DFE_LIB_9QUBITS "libqgdDFE.so" 43 #define DFE_LIB_10QUBITS "libqgdDFE_10qubits.so" 44 #define DFE_LIB_SIM "libqgdDFE_SIM.so"
void unlock_lib()
Call to unlock the access to the execution of the DFE library.
size_t get_accelerator_free_num()
Call to get the number of free accelerators.
void unload_dfe_lib()
Call to unload the DFE libarary and release the allocated devices.
size_t get_accelerator_avail_num()
Call to get the available number of accelerators.
void lock_lib()
Call to lock the access to the execution of the DFE library.
int calcqgdKernelDFE(size_t rows, size_t cols, DFEgate_kernel_type *gates, int gatesNum, int gateSetNum, int traceOffset, double *trace)
Call to execute the calculation on the reserved DFE engines.
Custom types for the SQUANDER package.
int init_dfe_lib(const int accelerator_num, int qbit_num, int initialize_id_in)
Call to initialize the DFE library support and allocate the requested devices.
Class to store data of complex arrays and its properties.
int get_initialize_id()
Call to get the identification number of the inititalization of the library.
Fixed point data related to a gate operation.
int get_chained_gates_num()
Call to retrieve the number of gates that should be chained up during the execution of the DFE librar...
void uploadMatrix2DFE(Matrix &input)
Call to upload the input matrix to the DFE engine.