Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
127
public:
128
qvec()
129
{
130
}
131
qvec(size_t size) {
132
resize(size);
133
}
Callers
nothing calls this directly
Calls
4
clear
Function · 0.85
resize
Function · 0.50
size
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected