From 8e3f4689458acceffb3a14de33b1bab347b2efbb Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:39:53 -0400 Subject: [PATCH 1/2] Upgrade to Aer 0.14 --- scripts/nb-tester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nb-tester/requirements.txt b/scripts/nb-tester/requirements.txt index af2b0909a71..a55b83d53f0 100644 --- a/scripts/nb-tester/requirements.txt +++ b/scripts/nb-tester/requirements.txt @@ -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 From 9721b71c1e4aad72af023d606cc5bcf1b49e9c04 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:40:29 -0400 Subject: [PATCH 2/2] Add instructions about how to test notebooks --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c6c11e01204..9d35a2860df 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .tox/ docs/.gitkeep .envrc +latex_error.log .ipynb_checkpoints/ .DS_Store diff --git a/README.md b/README.md index 605470f4c67..2d29727af77 100644 --- a/README.md +++ b/README.md @@ -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