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
active
Currently the function active statically builds on the existence of DropoutMask to return the number of active gates in a circuit.
DropoutMask
masKIT/maskit/_masked_circuits.py
Lines 159 to 165 in fe7dee9
During handling of edge cases in full_mask this issue is properly fixed, but might not be guaranteed in the future.
full_mask
Lines 132 to 144 in fe7dee9
To properly handle this, we should implement a proper unit test.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the function
active
statically builds on the existence ofDropoutMask
to return the number of active gates in a circuit.masKIT/maskit/_masked_circuits.py
Lines 159 to 165 in fe7dee9
During handling of edge cases in
full_mask
this issue is properly fixed, but might not be guaranteed in the future.masKIT/maskit/_masked_circuits.py
Lines 132 to 144 in fe7dee9
To properly handle this, we should implement a proper unit test.
The text was updated successfully, but these errors were encountered: