We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
work_wires
GroverOperator
Add an attribute to GroverOperator that outputs its work_wires. Similar to MultiControlledX:
MultiControlledX
🍞 op = qml.MultiControlledX(wires=[0, 1, 2 ,3], work_wires=[4, 5]) 🍞 op.work_wires Wires([4, 5])
🦗
1: Not important. Would be nice to have.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature details
Add an attribute to
GroverOperator
that outputs itswork_wires
. Similar toMultiControlledX
:Implementation
🦗
How important would you say this feature is?
1: Not important. Would be nice to have.
Additional information
No response
The text was updated successfully, but these errors were encountered: