Update src/qibotn/backends/qmatchatea.py

Co-authored-by: BrunoLiegiBastonLiegi <45011234+BrunoLiegiBastonLiegi@users.noreply.github.com>
This commit is contained in:
Matteo Robbiati
2025-02-10 12:53:28 +01:00
committed by GitHub
parent 4683c607ed
commit afc6c5d196

View File

@@ -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: