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

Function syncCompMatr

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

Source from the content-addressed store, hash-verified

371extern "C" {
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

Callers 12

SECTIONFunction · 0.85
matrices.cppFile · 0.85
SECTIONFunction · 0.85
test_unitaries.cppFile · 0.85
toComplexMatrixNFunction · 0.85
test_operators.cppFile · 0.85
setAndSyncDenseMatrElemsFunction · 0.85
demo_syncCompMatrFunction · 0.85
demo_CompMatrFunction · 0.85
demo_syncCompMatrFunction · 0.85
demo_CompMatrFunction · 0.85

Calls 1

validateAndSyncMatrixFunction · 0.85

Tested by 1

toComplexMatrixNFunction · 0.68