MCPcopy 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_toMethod · 0.80
shor_encodeFunction · 0.80
shor_decodeFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected