Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-xanadu committed Aug 2, 2024
1 parent 4d7e9e3 commit 5657228
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions frontend/test/lit/test_skip_initial_state_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,7 @@ def basis_state_example():
Modified to use jax.numpy and a non trivial StatePrep
"""
qml.BasisState(
jnp.array(
[
1,
1,
]
),
wires=range(2),
)
qml.BasisState(jnp.array([1, 1]), wires=range(2))
return qml.state()


Expand Down

0 comments on commit 5657228

Please sign in to comment.