Skip to content

Commit 4652d83

Browse files
committed
black .
1 parent c920d69 commit 4652d83

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
@@ -517,4 +517,4 @@ def test_qudit_mutual_information_product_vs_entangled(backend):
517517
# Optional: confirm single-subsystem entropy equals log(d)
518518
rho_A = qu.reduced_density_matrix(c2.state(), cut=[1], dim=d)
519519
SA = qu.entropy(rho_A)
520-
np.testing.assert_allclose(SA, np.log(d), rtol=1e-6, atol=1e-7)
520+
np.testing.assert_allclose(SA, np.log(d), rtol=1e-6, atol=1e-7)

0 commit comments

Comments
 (0)