Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ util_getPauliX
Function
util_getPauliX
quest/src/core/utilities.cpp:1011–1016 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1009
}
1010
1011
CompMatr1 util_getPauliX() {
1012
return getCompMatr1({
1013
{0,1},
1014
{1,0}
1015
});
1016
}
1017
CompMatr1 util_getPauliY() {
1018
return getCompMatr1({
1019
{0,qcomp(0,-1)},
Callers
1
applyMultiStateControlledPauliX
Function · 0.85
Calls
1
getCompMatr1
Function · 0.50
Tested by
no test coverage detected