Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ syncQuESTEnv
Function
syncQuESTEnv
quest/src/api/environment.cpp:451–459 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
450
451
void syncQuESTEnv() {
452
validate_envIsInit(__func__);
453
454
if (globalEnvPtr->isGpuAccelerated)
455
gpu_sync();
456
457
if (globalEnvPtr->isDistributed)
458
comm_sync();
459
}
460
461
462
void reportQuESTEnv() {
Callers
10
SECTION
Function · 0.85
SECTION
Function · 0.85
areEqual
Function · 0.85
toQMatrix
Function · 0.85
toQVector
Function · 0.85
toQureg
Function · 0.85
writeToFileSynch
Function · 0.85
deleteFilesWithPrefixSynch
Function · 0.85
demo_createPauliStrSumFromFile
Function · 0.85
demo_createPauliStrSumFromFile
Function · 0.85
Calls
3
validate_envIsInit
Function · 0.85
gpu_sync
Function · 0.85
comm_sync
Function · 0.85
Tested by
6
areEqual
Function · 0.68
toQMatrix
Function · 0.68
toQVector
Function · 0.68
toQureg
Function · 0.68
writeToFileSynch
Function · 0.68
deleteFilesWithPrefixSynch
Function · 0.68