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

Add support for returning job execution times #109

Closed
antalszava opened this issue Oct 7, 2020 · 7 comments
Closed

Add support for returning job execution times #109

antalszava opened this issue Oct 7, 2020 · 7 comments

Comments

@antalszava
Copy link
Contributor

antalszava commented Oct 7, 2020

We would like to allow retrieving the time taken for jobs when using IBMQ. This is at the moment not available, as results are obtained from the specific Job objects (e.g. counts) and neither the job objects nor result objects are stored explicitly. An approach could be to store internally the information contained in job.time_per_step and result.time_taken.

For optimization tasks, it can be desirable to store multiple job execution times and not just the most recent.

Further details can be found in this request.

@sagarpahwa
Copy link
Contributor

Hi @antalszava, can I try to look into this one? Might need some help though.
Thanks in advance!

@antalszava
Copy link
Contributor Author

Hi @sagarpahwa, that's great, thanks for showing interest there!

Definitely! This could be coming up after concluding with #108. Once merged we could explore what could be a nice approach here.

@sagarpahwa
Copy link
Contributor

Okay, will start exploring the existing code meanwhile.

Thanks @antalszava .

@antalszava
Copy link
Contributor Author

Hi @sagarpahwa, feel free to let us know if you'd need some help in terms of design or anything here

@sagarpahwa
Copy link
Contributor

Oh, my bad. Forgot to provide update here. exams are going on right now, won't be able to work till 2nd November.

If possible, can I start this post that?

@antalszava
Copy link
Contributor Author

Hi @sagarpahwa, no worries! Sure, starting then works fine too.

Good luck with your exams! 🙂

@albi3ro
Copy link
Contributor

albi3ro commented Aug 11, 2021

I'd like to revive this issue, as it ties in well with the addition of the Tracker in PennyLane v0.17.0 .

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

4 participants