| 456 | } |
| 457 | |
| 458 | void QPanda::cFreeAll() |
| 459 | { |
| 460 | if (nullptr == global_quantum_machine) |
| 461 | { |
| 462 | QCERR("global_quantum_machine init fail"); |
| 463 | throw init_fail("global_quantum_machine init fail"); |
| 464 | } |
| 465 | |
| 466 | global_quantum_machine->cFreeAll(); |
| 467 | return ; |
| 468 | } |
| 469 | |
| 470 | void QPanda::qFree(Qubit *q) |
| 471 | { |