Upgrade Aer to 0.14 (#1127)

Also explain what to install to get the notebooks working locally.
Tested on macOS Apple Silicon. The Linux requirements come from CI but
weren't tested locally.
This commit is contained in:
Eric Arellano 2024-04-04 14:40:56 -04:00 committed by GitHub
parent 0bffa070ae
commit 6d2832c360
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
.tox/
docs/.gitkeep
.envrc
latex_error.log
.ipynb_checkpoints/
.DS_Store

View File

@ -100,6 +100,8 @@ To execute notebooks in a fixed Python environment, first install `tox` using
pipx install tox
```
You also need to install a few system dependencies: TeX, Poppler, and graphviz. On macOS, you can run `brew install mactex-no-gui poppler graphviz`. On Ubuntu, you can run `apt-get install texlive-pictures texlive-latex-extra poppler-utils graphviz`.
- To execute all notebooks, run tox.
```sh
tox

View File

@ -4,6 +4,6 @@ nbconvert~=7.16.0
nbformat~=5.9.2
ipykernel~=6.29.2
qiskit[all]~=1.0
qiskit-aer~=0.13.1
qiskit-aer~=0.14.0.1
qiskit-ibm-runtime~=0.22.0
squeaky==0.7.0