Skip to content

Commit

Permalink
Minor fix to make the package compatible to qiskit>=1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneGasperini committed Feb 26, 2024
1 parent 15c990c commit 265a4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ In particular, `qiskit-symb` can be used to create a symbolic representation of
pip install qiskit-symb
```

:warning: The package requires `qiskit>=1`. See the official [Migration guides](https://docs.quantum.ibm.com/api/migration-guides) if you are used to a prevoius Qiskit version.

## Dev-mode
```
git clone https:/SimoneGasperini/qiskit-symb.git
Expand Down
2 changes: 1 addition & 1 deletion src/qiskit_symb/quantum_info/quantumbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from sympy import Symbol, lambdify
from sympy.matrices import Matrix, matrix2numpy
from qiskit import QuantumCircuit
from qiskit.providers.basicaer.basicaertools import einsum_matmul_index
from qiskit.providers.basic_provider.basic_provider_tools import einsum_matmul_index


class QuantumBase:
Expand Down

0 comments on commit 265a4fd

Please sign in to comment.