Skip to content

Commit

Permalink
Merge branch 'dev' into feat_improve_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-lds authored Nov 5, 2022
2 parents 1f72424 + 843e37c commit 80b0b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openqaoa/backends/simulators/qaoa_vectorized.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import numpy as np
from copy import copy
from scipy.sparse import csc_matrix, kron, diags
from scipy.linalg import expm
from scipy.sparse.linalg import expm

from ...basebackend import QAOABaseBackendStatevector, QuantumCircuitBase
from ...qaoa_parameters.baseparams import QAOACircuitParams, QAOAVariationalBaseParams
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"sympy>=1.10.1",
"numpy>=1.22.3",
"networkx>=2.8",
"scipy==1.8",
"matplotlib>=3.4.3",
"scipy>=1.8",
"qiskit>=0.36.1",
"pyquil>=3.1.0",
"docplex>=2.23.1"
Expand Down

0 comments on commit 80b0b6b

Please sign in to comment.