Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 8, 2024
2 parents c4acc2e + 461e9ae commit 3370db1
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion demonstrations/gqe_training.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"dateOfPublication": "2024-09-20T00:00:00+00:00",
"dateOfLastModification": "2024-10-07T00:00:00+00:00",
"dateOfLastModification": "2024-11-08T00:00:00+00:00",
"categories": ["Quantum Machine Learning", "Quantum Chemistry", "Algorithms"],
"tags": [],
"previewImages": [
Expand Down
4 changes: 4 additions & 0 deletions demonstrations/gqe_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,3 +701,7 @@ def generate(self, n_sequences, max_new_tokens, temperature=1.0, device="cpu"):
# Ashish Vaswani *et al.*, "Attention is All you Need".
# Advances in Neural Information Processing Systems, 30 (2017)
#

######################################################################
# About the authors
# -----------------
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"dateOfPublication": "2024-09-16T00:00:00+00:00",
"dateOfLastModification": "2024-10-07T00:00:00+00:00",
"dateOfLastModification": "2024-11-08T00:00:00+00:00",
"categories": ["Quantum Machine Learning", "Quantum Computing"],
"tags": ["Quantum machine learning", "QML", "Adversarial attacks", "Quantum security"],
"previewImages": [
Expand Down
4 changes: 2 additions & 2 deletions demonstrations/tutorial_adversarial_attacks_QML.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,5 +463,5 @@ def PGD(model, feats, labels, epsilon=0.1, alpha=0.01, num_iter=10):
#

######################################################################
# About the author
# ----------------
# About the authors
# -----------------
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"dateOfPublication": "2024-04-26T00:00:00+00:00",
"dateOfLastModification": "2024-10-07T00:00:00+00:00",
"dateOfLastModification": "2024-11-08T00:00:00+00:00",
"categories": [
"Quantum Machine Learning",
"Optimization",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def optimization(params):
#

######################################################################
# About the author
# ----------------
# About the authors
# -----------------
#
# .. include:: ../_static/authors/ali_asadi.txt
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"dateOfPublication": "2024-10-01T00:00:00+00:00",
"dateOfLastModification": "2024-10-07T00:00:00+00:00",
"dateOfLastModification": "2024-11-08T00:00:00+00:00",
"categories": [
"Quantum Computing",
"How-to"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"dateOfPublication": "2024-11-05T00:00:00+00:00",
"dateOfLastModification": "2024-11-05T00:00:00+00:00",
"dateOfLastModification": "2024-11-08T00:00:00+00:00",
"categories": [
"Quantum Computing",
"Algorithms",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,7 @@ def circuit_with_Poly(x,y):
# "Black-box quantum state preparation without arithmetic.",
# `arXiv:1807.03206 <https://arxiv.org/abs/1807.03206/>`__, 2018.
#

######################################################################
# About the authors
# -----------------
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"dateOfPublication": "2024-11-07T00:00:00+00:00",
"dateOfLastModification": "2024-11-07T00:00:00+00:00",
"dateOfLastModification": "2024-11-08T00:00:00+00:00",
"categories": [
"Algorithms",
"Devices and Performance",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,7 @@ def std_err(x):
#
# The performance improvements that can be achieved with QJIT compilation will depend on the
# specific size and topology of your PennyLane circuit.

######################################################################
# About the author
# ----------------

0 comments on commit 3370db1

Please sign in to comment.