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

Method getEndNodeIter

Core/QuantumCircuit/QCircuit.cpp:197–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197NodeIter QCircuit::getEndNodeIter()
198{
199 if (!m_pQuantumCircuit)
200 {
201 QCERR("Unknown internal error");
202 throw runtime_error("Unknown internal error");
203 }
204
205 return m_pQuantumCircuit->getEndNodeIter();
206}
207
208NodeIter QCircuit::getHeadNodeIter()
209{

Callers 15

quasi_probabilityMethod · 0.45
SearchSpace.hFile · 0.45
executeMethod · 0.45
allocateMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
quasi_probabilityMethod · 0.45
handle_prog_to_queueMethod · 0.45
directlyRunMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36