Skip to content

Commit 8aa2695

Browse files
committed
change function name
1 parent 68bb073 commit 8aa2695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_quditcircuit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def energy(theta):
426426
)
427427

428428

429-
def test_quditcircuit_single_and_two_qudit_paths_and_wrappers():
429+
def test_qudit_paths_and_sampling_wrappers():
430430
c = tc.QuditCircuit(2, 3)
431431
c.x(0)
432432
c.rzz(0, 1, theta=np.float64(0.2), j1=0, k1=1, j2=0, k2=1)

0 commit comments

Comments
 (0)