Skip to content

Commit

Permalink
Providing proper citation
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Jul 3, 2024
1 parent 3632cf5 commit d544df1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"Quantum Computing",
"Devices and Performance"
],
"tags": ["how to"],
"tags": [
"how to"
],
"previewImages": [
{
"type": "thumbnail",
Expand All @@ -22,7 +24,17 @@
"seoDescription": "Learn how to simulate quantum circuits with tensor networks using DefaultTensor.",
"doi": "",
"canonicalURL": "/qml/demos/tutorial_how_simulate_quantum_circuits_with_tensor_networks_using_DefaultTensor",
"references": [],
"references": [
{
"id": "orus",
"type": "article",
"title": "A practical introduction to tensor networks: Matrix product states and projected entangled pair states",
"authors": "R. Orús",
"year": "2014",
"journal": "Annals of Physics",
"url": "https://www.sciencedirect.com/science/article/pii/S0003491614001596"
}
],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": [
Expand All @@ -31,5 +43,5 @@
"id": "tutorial_tn_circuits",
"weight": 1.0
}
]
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def circuit(theta, phi, num_qubits):
# Therefore, the structure of the MPS is maintained after each gate application.
#
# To learn more about the MPS method and its theoretical background,
# we refer to the extensive literature available on the subject, such as the `introduction paper <https://arxiv.org/abs/1306.2164>`__ by Orus.
# we refer to the extensive literature available on the subject, such as [#orus]_.
#

######################################################################
Expand Down Expand Up @@ -199,6 +199,14 @@ def circuit(theta, depth, num_qubits):
circuit(theta, depth, num_qubits=15)
dev.draw(color="auto", show_inds=True, return_fig=True)

######################################################################
# References
# ----------
# .. [#orus]
#
# R. Orús, Annals of Physics 349, 117 (2014), ISSN 0003-
# 4916, URL https://www.sciencedirect.com/science/article/pii/S0003491614001596.

######################################################################
# About the author
# ----------------
Expand Down

0 comments on commit d544df1

Please sign in to comment.