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

Correct some typos across the codebase #6280

Closed dwierichs closed 1 month ago

dwierichs commented 2 months ago

Context: As title says.

Description of the Change:

Benefits: Fewer typos. A unified way to write the word "parametrize", which coincides with the naming of classes like ParametrizedEvolution or pytest's function mark.parametrize.

Possible Drawbacks:

Related GitHub Issues:

github-actions[bot] commented 2 months ago

Hello. You may have forgotten to update the changelog! Please edit doc/releases/changelog-dev.md with:

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 99.70%. Comparing base (de54c54) to head (a23e281). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6280 +/- ## ======================================= Coverage 99.70% 99.70% ======================================= Files 444 444 Lines 42133 42133 ======================================= Hits 42008 42008 Misses 125 125 ```

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

PietropaoloFrisoni commented 2 months ago

Thanks @dwierichs! I suggested one more change in this PR (I noticed it this morning)