Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ util_getPauliZ
Function
util_getPauliZ
quest/src/core/utilities.cpp:1023–1025 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1021
});
1022
}
1023
DiagMatr1 util_getPauliZ() {
1024
return getDiagMatr1({1,-1});
1025
}
1026
1027
CompMatr1 util_getExpPauliX(qreal angle) {
1028
Callers
1
applyMultiStateControlledPauliZ
Function · 0.85
Calls
1
getDiagMatr1
Function · 0.50
Tested by
no test coverage detected