Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Sep 17, 2024
1 parent 5a4ace6 commit f386714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qinfo/test_reduced_dm.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def circuit(x):
def test_density_matrix_c_dtype(self, wires, c_dtype):
"""Test different complex dtype."""

dev = qml.device("default.qubit", wires=2, c_dtype=c_dtype)
dev = qml.device("default.mixed", wires=2, c_dtype=c_dtype)

@qml.qnode(dev, diff_method=None)
def circuit(x):
Expand Down

0 comments on commit f386714

Please sign in to comment.