MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / qvec

Method qvec

include/Core/Module/Module.h:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 typedef std::vector<qubit> BaseClass;
127public:
128 qvec()
129 {
130 }
131 qvec(size_t size) {
132 resize(size);
133 }

Callers

nothing calls this directly

Calls 4

clearFunction · 0.85
resizeFunction · 0.50
sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected