PennyLaneAI / pennylane

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
https://pennylane.ai
Apache License 2.0
2.36k stars 604 forks source link

Remove `simplify` argument from `Hamiltonian` and `LinearCombination` #6279

Closed mudit2812 closed 2 months ago

mudit2812 commented 2 months ago

As name says. [sc-72003]

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.59%. Comparing base (2d8cd54) to head (214a75f). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mudit2812 commented 2 months ago

@dwierichs Thanks for catching that. I've fixed it now.