-
Notifications
You must be signed in to change notification settings - Fork 207
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
Deprecate StarAlgebraMixin and dagger #210
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ikkoham! Can you also include EvolvedOpAnsatz
or do you want to handle that in a separate PR?
qiskit_nature/operators/second_quantization/second_quantized_op.py
Outdated
Show resolved
Hide resolved
Since this change requires what is in Terra main, i,e, version 0.18.0 when its released, I thin we should update the requirements.txt file to change this |
…p.py Co-authored-by: Steve Wood <[email protected]>
@mrossinek Thanks.
I think it is impossible in the current stage. @woodsp-ibm Thank you for your review. I've updated. |
Hm that is odd. @Cryoris can you check this, then? Probably in another PR in this case.. |
Note about EvolvedOpAnsatz: I said it doesn't work, but to be precise, it doesn't pass the test. I think the problem is that the order of the parameters has changed, or the bounds have changed, so the convergence value has changed. |
* remove StarAlgebraMixin and deprecate dagger * Update qiskit_nature/operators/second_quantization/second_quantized_op.py Co-authored-by: Steve Wood <[email protected]> * Update test/operators/second_quantization/test_fermionic_op.py * Revert StarAlgebraMixin and deprecate it. Change Terra version Co-authored-by: Steve Wood <[email protected]> Co-authored-by: Max Rossmannek <[email protected]>
Summary
Update internal API.
Related to: #117
I also deprecated the dagger: Qiskit/qiskit#6423 (comment)
Details and comments