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: