ASAPScheduleAnalysis.__call__#
- ASAPScheduleAnalysis.__call__(circuit, property_set=None)#
Runs the pass on circuit.
- Parameters:
circuit (QuantumCircuit) – the dag on which the pass is run.
property_set (PropertySet or dict or None) – input/output property set. An analysis pass might change the property set in-place.
- Returns:
- If on transformation pass, the resulting QuantumCircuit. If analysis
pass, the input circuit.
- Return type:
QuantumCircuit