From afc6c5d19654598093f5409b26dd515729791676 Mon Sep 17 00:00:00 2001 From: Matteo Robbiati <62071516+MatteoRobbiati@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:53:28 +0100 Subject: [PATCH] Update src/qibotn/backends/qmatchatea.py Co-authored-by: BrunoLiegiBastonLiegi <45011234+BrunoLiegiBastonLiegi@users.noreply.github.com> --- src/qibotn/backends/qmatchatea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibotn/backends/qmatchatea.py b/src/qibotn/backends/qmatchatea.py index f6b8ad4..fc169b5 100644 --- a/src/qibotn/backends/qmatchatea.py +++ b/src/qibotn/backends/qmatchatea.py @@ -119,7 +119,7 @@ class QMatchaTeaBackend(QibotnBackend, NumpyBackend): if initial_state is not None: raise_error( NotImplementedError, - f"Backend {self.name}-{self.platform} currently does not support initial state.", + f"Backend {self} currently does not support initial state.", ) if prob_type == None: