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

Method getCExpr

Core/QuantumCircuit/ControlFlow.cpp:101–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101ClassicalCondition QWhileProg::getCExpr()
102{
103 if (!m_control_flow)
104 {
105 QCERR("Unknown internal error");
106 throw runtime_error("Unknown internal error");
107 }
108
109 return m_control_flow->getCExpr();
110}
111
112ClassicalCondition QWhileProg::getClassicalCondition()
113{

Callers 6

copy_nodeMethod · 0.80
transformQControlFlowMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected