Qiskit / qiskit-serverless

A programming model for leveraging quantum and classical resources
https://qiskit.github.io/qiskit-serverless/
Apache License 2.0
67 stars 27 forks source link

Rename function.get_jobs to function.jobs and make it return Job objects #1480

Closed akihikokuroda closed 2 weeks ago

akihikokuroda commented 4 weeks ago

Summary

fix #1479 fix #1463

Details and comments

akihikokuroda commented 4 weeks ago

By importing the Job in the Function, it caused a circular dependency. I had to workaround by putting the import inside of the method. We probably need to refactor the client file structure.