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

Function syncFullStateDiagMatr

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

Source from the content-addressed store, hash-verified

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}
378

Callers 6

DYNAMIC_SECTIONFunction · 0.85
SECTIONFunction · 0.85

Calls 1

validateAndSyncMatrixFunction · 0.85

Tested by

no test coverage detected