Update src/qibotn/backends/qmatchatea.py
Co-authored-by: BrunoLiegiBastonLiegi <45011234+BrunoLiegiBastonLiegi@users.noreply.github.com>
This commit is contained in:
@@ -119,7 +119,7 @@ class QMatchaTeaBackend(QibotnBackend, NumpyBackend):
|
|||||||
if initial_state is not None:
|
if initial_state is not None:
|
||||||
raise_error(
|
raise_error(
|
||||||
NotImplementedError,
|
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:
|
if prob_type == None:
|
||||||
|
|||||||
Reference in New Issue
Block a user