Skip to content

Commit

Permalink
fix: fix circuit import
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky9-cyou committed Dec 21, 2023
1 parent 3f93d55 commit 643c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quafu/algorithms/gradients/vjp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
from typing import List, Optional

import numpy as np
from quafu.algorithms import Hamiltonian
from quafu.algorithms.estimator import Estimator
from quafu.algorithms.gradients import ParamShift
from quafu.algorithms.hamiltonian import Hamiltonian

from quafu import QuantumCircuit

Expand Down

0 comments on commit 643c4eb

Please sign in to comment.