Skip to content

Commit

Permalink
handle cyclic imports in qsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyGarion committed Dec 28, 2023
1 parent 502118b commit 671ad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/pauli_evolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from qiskit.circuit.gate import Gate
from qiskit.circuit.parameterexpression import ParameterExpression
from qiskit.synthesis import EvolutionSynthesis, LieTrotter
from qiskit.synthesis.evolution import EvolutionSynthesis, LieTrotter
from qiskit.quantum_info import Pauli, SparsePauliOp


Expand Down

0 comments on commit 671ad1e

Please sign in to comment.