fix: change the order or the inheritance to impose the correct __mro__
This commit is contained in:
@@ -5,7 +5,7 @@ from qibo.result import QuantumState
|
||||
from qibotn.backends.abstract import QibotnBackend
|
||||
|
||||
|
||||
class QuimbBackend(NumpyBackend, QibotnBackend):
|
||||
class QuimbBackend(QibotnBackend, NumpyBackend):
|
||||
|
||||
def __init__(self, runcard):
|
||||
super().__init__()
|
||||
|
||||
Reference in New Issue
Block a user