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.29k stars 590 forks source link

Fix typo in gitignore #5834

Closed astralcai closed 3 months ago

astralcai commented 3 months ago

Jupyter notebooks end with .ipynb, not .ipynp.

github-actions[bot] commented 3 months ago

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

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 99.66%. Comparing base (d65f671) to head (3b74887). Report is 254 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5834 +/- ## ========================================== - Coverage 99.66% 99.66% -0.01% ========================================== Files 415 417 +2 Lines 39824 39682 -142 ========================================== - Hits 39692 39549 -143 - Misses 132 133 +1 ```

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