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

Function validate_matrixExpIsHermitian

quest/src/core/validation.cpp:2547–2547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2545}
2546
2547void validate_matrixExpIsHermitian(DiagMatr m, qreal p, const char* caller) { assertMatrExpIsHermitian(m, p, caller); }
2548void validate_matrixExpIsHermitian(FullStateDiagMatr m, qreal p, const char* caller) { assertMatrExpIsHermitian(m, p, caller); }
2549
2550template <class T>

Callers 1

Calls 1

assertMatrExpIsHermitianFunction · 0.85

Tested by

no test coverage detected