From f7af2d77e5d5e51b1ee05b49aa20a886c5f44d34 Mon Sep 17 00:00:00 2001 From: PositroniumJS <150566116+PositroniumJS@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:03:11 +0100 Subject: [PATCH] Fix backslash escaping error in sketch --- qiskit_metal/qlibrary/terminations/launchpad_wb.py | 2 +- qiskit_metal/qlibrary/terminations/launchpad_wb_coupled.py | 2 +- qiskit_metal/qlibrary/terminations/launchpad_wb_driven.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qiskit_metal/qlibrary/terminations/launchpad_wb.py b/qiskit_metal/qlibrary/terminations/launchpad_wb.py index 22c0fe07a..47dd74c52 100644 --- a/qiskit_metal/qlibrary/terminations/launchpad_wb.py +++ b/qiskit_metal/qlibrary/terminations/launchpad_wb.py @@ -26,7 +26,7 @@ class LaunchpadWirebond(QComponent): - """Launch pad to feed/read signals to/from the chip. + r"""Launch pad to feed/read signals to/from the chip. Inherits 'QComponent' class. diff --git a/qiskit_metal/qlibrary/terminations/launchpad_wb_coupled.py b/qiskit_metal/qlibrary/terminations/launchpad_wb_coupled.py index c08f4841a..d22cb7a00 100644 --- a/qiskit_metal/qlibrary/terminations/launchpad_wb_coupled.py +++ b/qiskit_metal/qlibrary/terminations/launchpad_wb_coupled.py @@ -26,7 +26,7 @@ class LaunchpadWirebondCoupled(QComponent): - """Launch pad to feed/read signals to/from the chip. + r"""Launch pad to feed/read signals to/from the chip. Inherits 'QComponent' class. diff --git a/qiskit_metal/qlibrary/terminations/launchpad_wb_driven.py b/qiskit_metal/qlibrary/terminations/launchpad_wb_driven.py index cdbf7189a..cf8127110 100644 --- a/qiskit_metal/qlibrary/terminations/launchpad_wb_driven.py +++ b/qiskit_metal/qlibrary/terminations/launchpad_wb_driven.py @@ -26,7 +26,7 @@ class LaunchpadWirebondDriven(QComponent): - """Launch pad to feed/read signals to/from the chip. + r"""Launch pad to feed/read signals to/from the chip. Inherits 'QComponent' class.