Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getBitAt
Function
getBitAt
tests/utils/linalg.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
int getBitAt(qindex num, int ind) {
48
DEMAND( num >= 0 );
49
50
return (num >> ind) & 1;
51
}
52
53
54
vector<int> getBits(qindex num, int numBits) {
Callers
5
getAllRefProbsInner
Function · 0.85
getBits
Function · 0.85
getBitsAt
Function · 0.85
setBitsAt
Function · 0.85
getPartialTrace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected