Skip to content

Commit

Permalink
update to qml.pauli
Browse files Browse the repository at this point in the history
  • Loading branch information
yitchen-tim committed Jul 12, 2023
1 parent 87acedb commit 7a7fdf8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
}
],
"source": [
"groups, coeffs = qml.grouping.group_observables(h.ops, h.coeffs)\n",
"groups, coeffs = qml.pauli.group_observables(h.ops, h.coeffs)\n",
"print(\"Number of qubit-wise commuting groups:\", len(groups))"
]
},
Expand Down Expand Up @@ -683,7 +683,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 7a7fdf8

Please sign in to comment.