Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ cpu_allocArray
Function
cpu_allocArray
quest/src/cpu/cpu_config.cpp:179–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
178
179
qcomp* cpu_allocArray(qindex length) {
180
return (qcomp*) calloc(length, sizeof(qcomp));
181
}
182
183
184
qcomp* cpu_allocNumaArray(qindex length) {
Callers
9
createSpoofedLocalStateVecFromDensMatr
Function · 0.85
cpu_allocNumaArray
Function · 0.85
cpu_allocMatrix
Function · 0.85
allocSuperOp
Function · 0.85
validateAndCreateCustomQureg
Function · 0.85
createCompMatr
Function · 0.85
createDiagMatr
Function · 0.85
validateAndCreateCustomFullStateDiagMatr
Function · 0.85
createPauliStrSum
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected