Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieving job_id should be a method instead of a property #7

Open
2 tasks
Tracked by #5
pandasa123 opened this issue Sep 17, 2024 · 0 comments
Open
2 tasks
Tracked by #5

Retrieving job_id should be a method instead of a property #7

pandasa123 opened this issue Sep 17, 2024 · 0 comments

Comments

@pandasa123
Copy link
Collaborator

pandasa123 commented Sep 17, 2024

Description

Currently, if a user wants to fetch their job_id for reference, they can retrieve it with the job.job_id property. This is inconsistent with Qiskit Runtime, where the expected interface is job.job_id(), as a method.

Additionally, when the job_id is printed out, it has quotes. This is inconsistent with Runtime, without quotes

Acceptance Criteria

  • I should be able to use job.job_id() to fetch my job's id
  • My returned job_id should not have quotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant