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

Method get

include/Core/Module/Module.h:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 QVec get() {
159 QVec qs;
160 for (size_t i = 0; i < size(); ++i) {
161 qs.push_back(BaseClass::operator[](i));
162 }
163 return qs;
164 }
165
166 qvec operator +(qvec vec)
167 {

Callers 6

getOptimizerMethod · 0.45
ScannerStateMethod · 0.45
getOperationMethod · 0.45
resultFunction · 0.45
qvecMethod · 0.45

Calls 3

sizeFunction · 0.50
operator[]Function · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected