Skip to content

Commit

Permalink
Minor bugfix in QrispQIRO
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvmann authored Dec 3, 2024
1 parent 50bab2a commit 4e9e096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/solvers/QrispQIRO.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_default_submodule(self, option: str) -> Core:
:raises NotImplemented: If the provided option is not implemented
"""
if option == "qrisp_simulator":
from modules.devices.qrisp_simulator import QrispSimulator # pylint: disable=C0415
from modules.devices.qrisp_simulator.QrispSimulator import QrispSimulator # pylint: disable=C0415
return QrispSimulator() # pylint: disable=E1102

else:
Expand Down

0 comments on commit 4e9e096

Please sign in to comment.