Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ num_bits
Method
num_bits
dlib/quantum_computing/quantum_computing.h:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
int num_bits (
57
) const
58
{
59
return num_bits_in_register;
60
}
61
62
void set_num_bits (
63
int num_bits
Callers
4
apply_gate_to
Method · 0.80
shor_encode
Function · 0.80
shor_decode
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected