Skip to content

create a new branch for upgrading to qiskit 1.3 #295

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

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions .cursorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
docs/
examples/
figs/
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,12 @@ es_runs/
.vscode-upload.json

mnist_data/

configs.yml
debug_qiskit.txt
fix_note.txt
h2_new.txt
max-acc-valid.pt
model.pt
.cursor/rules/*.mdc

5 changes: 3 additions & 2 deletions examples/QuantumNAS/quantumnas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4056,7 +4056,8 @@
"toc_visible": true
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "torchquantum",
"language": "python",
"name": "python3"
},
"language_info": {
Expand All @@ -4069,7 +4070,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.9.20"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
2 changes: 1 addition & 1 deletion examples/gradient_pruning/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from torchpack.utils.logging import logger
from torchpack.utils.typing import Trainer
from torchpack import distributed as dist
from torchquantum.super_utils import get_named_sample_arch
from torchquantum.algorithm.quantumnas.super_utils import get_named_sample_arch
from torchquantum.util import legalize_unitary


Expand Down
24 changes: 24 additions & 0 deletions requirement_update.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

dill
matplotlib
nbsphinx
numpy

opt_einsum
pathos
pylatexenc
pyscf
qiskit
recommonmark
qiskit_ibm_runtime
qiskit-aer

scipy
setuptools
tensorflow
torch
torchdiffeq
torchpack
torchquantum
torchvision
tqdm
30,302 changes: 30,302 additions & 0 deletions sec1_basic.ipynb

Large diffs are not rendered by default.

Loading
Loading