Skip to content

Commit

Permalink
remove unused Aer imports (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi authored Jun 14, 2023
1 parent 6dbe33f commit 5e8bc0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/tutorials/06_examples_max_cut_and_tsp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
"import numpy as np\n",
"import networkx as nx\n",
"\n",
"from qiskit_aer import Aer\n",
"from qiskit.tools.visualization import plot_histogram\n",
"from qiskit.circuit.library import TwoLocal\n",
"from qiskit_optimization.applications import Maxcut, Tsp\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
"source": [
"from qiskit_optimization.algorithms import MinimumEigenOptimizer\n",
"\n",
"from qiskit_aer import Aer\n",
"from qiskit.algorithms.minimum_eigensolvers import QAOA\n",
"from qiskit.algorithms.optimizers import COBYLA\n",
"from qiskit.primitives import Sampler\n",
Expand Down

0 comments on commit 5e8bc0f

Please sign in to comment.