-
Notifications
You must be signed in to change notification settings - Fork 603
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
Remove simplify
argument from Hamiltonian
and LinearCombination
#6279
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6279 +/- ##
==========================================
- Coverage 99.59% 99.59% -0.01%
==========================================
Files 444 444
Lines 42336 42323 -13
==========================================
- Hits 42163 42150 -13
Misses 173 173 ☔ View full report in Codecov by Sentry. |
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.
Looks good
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.
There is a mention of simplify
upon initialization in doc/news/new_opmath.rst
. I'm not entirely sure but it might be good to remove it from there? 🤔
Otherwise LGTM! 🎉
@dwierichs Thanks for catching that. I've fixed it now. |
As name says. [sc-72003]