Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[orca] Skip unnecessary call and avoid error condition (#2674)
The `resetExecutionContext` was previosuly a no-op, except forresetting the context, since no 'qubits` are involved in this job. Recent changes check for presence of qubits and flag errors accordingly. This change removes the invocation of that function. We reset the context in next line anyway. Signed-off-by: Pradnya Khalate <[email protected]>
- Loading branch information