Skip to content

Commit

Permalink
Merge branch 'Heisenberg' of github.com:qiboteam/qibo into Heisenberg
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Dec 7, 2024
2 parents b914f0b + 84cd61b commit 1840363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/qibo/hamiltonians/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from qibo.hamiltonians.hamiltonians import *
from qibo.hamiltonians.models import Heisenberg, TFIM, XXZ, MaxCut, X, Y, Z
from qibo.hamiltonians.models import TFIM, XXZ, Heisenberg, MaxCut, X, Y, Z
3 changes: 1 addition & 2 deletions src/qibo/hamiltonians/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from typing import Union, List, Tuple

from functools import reduce
from typing import List, Tuple, Union

import numpy as np

Expand Down

0 comments on commit 1840363

Please sign in to comment.