We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7162c6 commit 4f52484Copy full SHA for 4f52484
tests/templates/subroutines/arithmetic/test_temporary_and.py
@@ -148,8 +148,8 @@ def test_adjoint_temporary_and_integration(self):
148
qml.transforms.decompose,
149
gate_set=gate_set,
150
fixed_decomps={
151
- qml.Select: qml.templates.subroutines.select._select_decomp_unary
152
- }, # pylint: disable=protected-access
+ qml.Select: qml.templates.subroutines.select._select_decomp_unary # pylint: disable=protected-access
+ },
153
)
154
def circuit():
155
ops = [qml.Z(2) for _ in range(4)]
0 commit comments