I chose to do this in a way that's compatible with the currently defined min Qiskit version and avoids deprecation warnings for future versions where in PrimitiveJob its now _submit()
I altered the text about an empty class its no longer true when looking at the source, and in the docs it not appear that way at all anyway since it showed all the inherited methods. I also added a note about the why submit() exists in it now and a TODO as a reminder to potentially revisit this in the future.
Summary
Resolves #126
Details and comments
I chose to do this in a way that's compatible with the currently defined min Qiskit version and avoids deprecation warnings for future versions where in PrimitiveJob its now
_submit()
I altered the text about
an empty class
its no longer true when looking at the source, and in the docs it not appear that way at all anyway since it showed all the inherited methods. I also added a note about the why submit() exists in it now and a TODO as a reminder to potentially revisit this in the future.