We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c920d69 commit 4652d83Copy full SHA for 4652d83
tests/test_quditcircuit.py
@@ -517,4 +517,4 @@ def test_qudit_mutual_information_product_vs_entangled(backend):
517
# Optional: confirm single-subsystem entropy equals log(d)
518
rho_A = qu.reduced_density_matrix(c2.state(), cut=[1], dim=d)
519
SA = qu.entropy(rho_A)
520
- np.testing.assert_allclose(SA, np.log(d), rtol=1e-6, atol=1e-7)
+ np.testing.assert_allclose(SA, np.log(d), rtol=1e-6, atol=1e-7)
0 commit comments