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

Method qFreeAll

Core/Core.cpp:482–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void QPanda::qFreeAll(QVec &qv)
483{
484 if (nullptr == global_quantum_machine)
485 {
486 QCERR("global_quantum_machine init fail");
487 throw init_fail("global_quantum_machine init fail");
488 }
489
490 global_quantum_machine->qFreeAll(qv);
491 return ;
492}
493
494void QPanda::qFreeAll()
495{

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

init_failClass · 0.85

Tested by 1

TESTFunction · 0.36