@@ -93,7 +93,7 @@ def test():
9393 assert [type (stmt ) for stmt in actual_stmts ] == expected_stmts
9494
9595
96- def test_sdag ():
96+ def test_sdg ():
9797
9898 @sq .kernel
9999 def test ():
@@ -116,7 +116,7 @@ def test():
116116
117117# Checks that Sdag is the first gate that gets generated,
118118# There is a Y that gets appended afterwards but is not checked
119- def test_sdag_weirder_case ():
119+ def test_sdg_weirder_case ():
120120
121121 @sq .kernel
122122 def test ():
@@ -207,7 +207,7 @@ def test():
207207 assert not stmt .adjoint
208208
209209
210- def test_s_sqrt_x_dag ():
210+ def test_s_sqrt_xdg ():
211211
212212 @sq .kernel
213213 def test ():
@@ -232,7 +232,7 @@ def test():
232232 assert stmt .adjoint
233233
234234
235- def test_z_sqrt_x_dag ():
235+ def test_z_sqrt_xdg ():
236236
237237 @sq .kernel
238238 def test ():
@@ -255,7 +255,7 @@ def test():
255255 assert stmt .adjoint
256256
257257
258- def test_s_dag_sqrt_x_dag ():
258+ def test_sdg_sqrt_xdg ():
259259
260260 @sq .kernel
261261 def test ():
@@ -276,7 +276,7 @@ def test():
276276 assert stmt .adjoint
277277
278278
279- def test_sqrt_x_dag ():
279+ def test_sqrt_xdg ():
280280
281281 @sq .kernel
282282 def test ():
@@ -297,7 +297,7 @@ def test():
297297 assert stmt .adjoint
298298
299299
300- def test_z_sqrt_y_dag ():
300+ def test_z_sqrt_ydg ():
301301
302302 @sq .kernel
303303 def test ():
@@ -318,7 +318,7 @@ def test():
318318 assert stmt .adjoint
319319
320320
321- def test_s_dag_sqrt_y_dag ():
321+ def test_sdg_sqrt_ydg ():
322322
323323 @sq .kernel
324324 def test ():
@@ -341,7 +341,7 @@ def test():
341341 assert stmt .adjoint
342342
343343
344- def test_sqrt_y_dag ():
344+ def test_sqrt_ydg ():
345345
346346 @sq .kernel
347347 def test ():
@@ -384,7 +384,7 @@ def test():
384384 assert stmt .adjoint
385385
386386
387- def test_s_dag_sqrt_x ():
387+ def test_sdg_sqrt_x ():
388388
389389 @sq .kernel
390390 def test ():
0 commit comments