Skip to content

Commit

Permalink
test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mpharrigan committed Aug 30, 2024
1 parent f968480 commit 15de9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtran/bloqs/basic_gates/rotation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from qualtran.resource_counting.classify_bloqs import bloq_is_rotation, bloq_is_t_like


def test_rotation_gates():
def test_t_like_rotation_gates():
angle = np.pi / 4.0
# In prior versions of the library, only Rz(pi/4) would simplify to a T gate in gate counts.
# The others would report the synthesis cost for an arbitrary angle, which was reported as
Expand Down

0 comments on commit 15de9f5

Please sign in to comment.