I tried aborting a job myself. After printing all jobs with
print(qc.jobs(status='all'))
and picking a jobId that is still 'EXECUTING'
qc.abort(jobId='****************')
returns the error message
"Error: global name 'headers' is not defined"
359 questions
372 answers
385 comments
2,451 users