Skip to content

Commit cca6390

Browse files
committed
Add qutip-cuquantum example
1 parent 023ce3a commit cca6390

File tree

2 files changed

+538
-1
lines changed

2 files changed

+538
-1
lines changed

.github/workflows/notebook_ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,20 @@ jobs:
101101
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=900 {} +
102102
rm template.ipynb
103103
104+
- name: Copy cuQuantum notebook
105+
# Without GPU, this notebook can't be ran.
106+
# Copy the already executed notebook after the tests.
107+
if: ${{ matrix.qutip-version == '5' }}
108+
run: cp ../tutorials-v5/miscellaneous/cuQuantum_backend.ipynb .
109+
104110
- name: Create Notebook Artifact
105111
uses: actions/upload-artifact@v4
106112
with:
107113
name: executed-notebooks-v${{ matrix.qutip-version }}
108114
path: |
109115
notebooks/*.ipynb
110116
notebooks/**/*.ipynb
111-
117+
112118
- uses: gaurav-nelson/github-action-markdown-link-check@v1
113119
with:
114120
use-quiet-mode: 'yes'

tutorials-v5/miscellaneous/cuQuantum_backend.ipynb

Lines changed: 531 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)