MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / syncDiagMatr

Function syncDiagMatr

quest/src/api/matrices.cpp:374–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372
373 void syncCompMatr(CompMatr matr) { validateAndSyncMatrix(matr, __func__); }
374 void syncDiagMatr(DiagMatr matr) { validateAndSyncMatrix(matr, __func__); }
375 void syncFullStateDiagMatr(FullStateDiagMatr matr) { validateAndSyncMatrix(matr, __func__); }
376
377}

Callers 11

SECTIONFunction · 0.85
matrices.cppFile · 0.85
test_unitaries.cppFile · 0.85
test_operators.cppFile · 0.85
setDiagMatrFunction · 0.85
demo_syncDiagMatrFunction · 0.85
demo_DiagMatrFunction · 0.85
demo_syncDiagMatrFunction · 0.85
demo_DiagMatrFunction · 0.85

Calls 1

validateAndSyncMatrixFunction · 0.85

Tested by

no test coverage detected