From ed53f4323d1e3a8835ce163a4a9e9ecd3c8934e0 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:58:33 -0400 Subject: [PATCH] Add header to qpy file for footnotes (#13200) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add header to qpy file for footnotes * Call it references Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com> --------- Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com> --- qiskit/qpy/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qiskit/qpy/__init__.py b/qiskit/qpy/__init__.py index 42c7466d4497..eccb09ce73d6 100644 --- a/qiskit/qpy/__init__.py +++ b/qiskit/qpy/__init__.py @@ -1621,6 +1621,8 @@ class if it's defined in Qiskit. Otherwise it falls back to the custom this matches the internal C representation of Python's complex type. [#f3]_ +References +========== .. [#f1] https://tools.ietf.org/html/rfc1700 .. [#f2] https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html