Closed mariaschuld closed 4 years ago
The tests are failing on master as well. I added a ticket on that.
I think it is a change in the IBM API? The fails complain about the user
keyword argument...
The tests are failing on master as well. I added a ticket on that.
I think it is a change in the IBM API? The fails complain about the
user
keyword argument...
I noticed that as well. I agree it seems like it could be caused by a change in the IBM API, but I'm not at all familiar with it. I could look into it a bit later, but maybe there's someone else who is more familiar with the API and could solve it quicker. :slightly_smiling_face:
A couple of months ago, IBM deprecated their original v1 API, for a new v2 API.
Has ProjectQ been updated to take this into account? v0.5.0 of ProjectQ was released last month.
If so, is this a change we can make in the plugin?
We decided that I will open an issue, but we wait for further development from the ProjectQ side.
@josh146 can we merge this besides the failing tests?
Go for it!
Description of the Change:
Redesign documentation of the plugin to be consistent with others.
Since this is a larger PR, it is recommended to check the docs in a local build.
The PR also includes a minor change in an import statement, to prevent automodapi from documenting imported classes.