Skip to content

QuTiPv5 Paper Notebook: QIP2 Circuit Simulation #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
29d9aec
First version of qip2 notebook
Langhaarzombie Nov 18, 2024
4ea7b46
Merge branch 'qutip:main' into feature/ntbk_qip2
Langhaarzombie Nov 27, 2024
b13aba3
Changes in instructions, added references
Langhaarzombie Nov 27, 2024
2803ffd
Fixed python display name
Langhaarzombie Nov 27, 2024
56b445a
Added authors, fixed typo
Langhaarzombie Dec 2, 2024
1018081
Removed tests, corrected python display name
Langhaarzombie Dec 2, 2024
08b2e4d
Added v5 paper ref, fixed in text refs
Langhaarzombie Dec 9, 2024
011c5ab
Merge branch 'qutip:main' into feature/ntbk_qip2
Langhaarzombie Feb 17, 2025
042e7ad
Fixes timeout error of tutorial
Langhaarzombie Feb 28, 2025
fd16c0b
Updated tutorial index html structure, temporary change of download l…
Langhaarzombie Apr 14, 2025
d94dbc6
Temporary worklfow change to trigger page build in fork
Langhaarzombie Apr 14, 2025
6acab30
re-added liquid header
Langhaarzombie Apr 15, 2025
5fb9229
Added container for centering, logo for nav bar
Langhaarzombie Apr 15, 2025
fc1f200
Prevent line break before version number
Langhaarzombie Apr 16, 2025
7fd9e6e
Reverted wget to qutip repo files
Langhaarzombie May 7, 2025
46fd8af
Merge branch 'qutip:main' into main
Langhaarzombie May 13, 2025
d86e12c
Merge branch 'main' into feature/ntbk_qip2
Langhaarzombie May 13, 2025
e896798
Added notice about error
Langhaarzombie May 13, 2025
c468c8c
corrected kernel name
Langhaarzombie May 13, 2025
61cba1f
trigger build
Langhaarzombie May 16, 2025
5a48d2c
Idea for tests, typos, formatting
Langhaarzombie May 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
jupyter kernel &
cd notebooks
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=600 {} +
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=900 {} +
rm template.ipynb

- name: Create Notebook Artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
jupyter kernel &
cd notebooks
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=600 {} +
find . -name '*.ipynb' -exec pytest --nbmake --overwrite --nbmake-timeout=900 {} +
rm template.ipynb

- name: Create Notebook Artifact
Expand Down
Loading
Loading