26int QDP_info (
const char* format, ...);
Yet another random number generator.
bool QDP_isInitialized()
Is the machine initialized?
void QDP_error_exit(const char *format,...)
Simple error display and abort routine.
void QDP_initialize(int *argc, char ***argv)
Turn on the machine.
int QDP_error(const char *format,...)
Simple error display routine.
void QDP_suspend()
Suspends QDP communications.
void QDP_abort(int status)
Panic button.
void QDP_resume()
Resumes QDP communications.
void QDP_finalize()
Turn off the machine.
int QDP_info(const char *format,...)
Simple information display routine.