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

Add `work_wires` parameter to `qml.MultiControlledX` docstring signature #6271

Closed justinpickering closed 1 week ago

justinpickering commented 2 weeks ago

Context: Add work_wires parameter to the qml.MultiControlledX docstring signature. Related slack feedback from #pennylane-oss-qa channel.

Description of the Change: Updated the qml.MultiControlledX docstring signature with the addition of work_wires

Benefits: Users can see all available parameters for the class

Possible Drawbacks: N/A Related GitHub Issues: N/A

github-actions[bot] commented 2 weeks ago

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

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 99.58%. Comparing base (09ae791) to head (9459a85). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6271 +/- ## ======================================= Coverage 99.58% 99.58% ======================================= Files 444 444 Lines 42367 42367 ======================================= Hits 42193 42193 Misses 174 174 ```

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