Skip to content

Commit

Permalink
add Hamiltonian import in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Nov 29, 2023
1 parent 4cf4b00 commit 5046e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qibo/models/dbi/double_bracket.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class DoubleBracketIteration:
import numpy as np
from qibo.models.dbi.double_bracket import DoubleBracketIteration, DoubleBracketGeneratorType
from qibo.hamiltonians import Hamiltonian
from qibo.quantum_info import random_hermitian
nqubits = 4
Expand Down

0 comments on commit 5046e3b

Please sign in to comment.