MCPcopy 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
1011CompMatr1 util_getPauliX() {
1012 return getCompMatr1({
1013 {0,1},
1014 {1,0}
1015 });
1016}
1017CompMatr1 util_getPauliY() {
1018 return getCompMatr1({
1019 {0,qcomp(0,-1)},

Callers 1

Calls 1

getCompMatr1Function · 0.50

Tested by

no test coverage detected