Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ validate_envIsInit
Function
validate_envIsInit
quest/src/core/validation.cpp:1468–1471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1466
*/
1467
1468
void validate_envIsInit(const char* caller) {
1469
1470
assertThat(isQuESTEnvInit(), report::QUEST_ENV_NOT_INIT, caller);
1471
}
1472
1473
1474
Callers
15
validate_newCompMatrParams
Function · 0.85
validate_newDiagMatrParams
Function · 0.85
validate_newFullStateDiagMatrParams
Function · 0.85
assertAdditionalHeapMatrixFieldsAreValid
Function · 0.85
validate_newSuperOpParams
Function · 0.85
assertSuperOpFieldsAreValid
Function · 0.85
validate_newKrausMapParams
Function · 0.85
getQuESTEnv
Function · 0.85
finalizeQuESTEnv
Function · 0.85
syncQuESTEnv
Function · 0.85
reportQuESTEnv
Function · 0.85
getEnvironmentString
Function · 0.85
Calls
2
assertThat
Function · 0.85
isQuESTEnvInit
Function · 0.85
Tested by
no test coverage detected