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

Function setValidationOff

quest/src/api/debug.cpp:86–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void setValidationOff() {
87 validate_envIsInit(__func__);
88
89 // disables all validation and computation
90 // of matrix properties like isUnitary. Also
91 // means pre-computed matrix properties are
92 // ignored. It does not however erase pre-
93 // computed properties; subsequently restoring
94 // validation will not necessitate re-eval.
95
96 validateconfig_disable();
97}
98
99
100void setValidationEpsilon(qreal eps) {

Callers 2

SECTIONFunction · 0.85

Calls 2

validate_envIsInitFunction · 0.85
validateconfig_disableFunction · 0.85

Tested by

no test coverage detected