Skip to content

Commit

Permalink
fix: rename incorrect import (for the second time)
Browse files Browse the repository at this point in the history
  • Loading branch information
tubadzin committed Jan 20, 2025
1 parent 33cc6d6 commit 5e9b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvers/qrisp/sat/grover.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from qrisp.grover import grovers_alg
from qrisp import *
from grover_utils.py import parse_dimacs, sat_oracle, write_output
from grover_utils import parse_dimacs, sat_oracle, write_output

parser = argparse.ArgumentParser(
prog="Grover-Search SAT (Qrisp)",
Expand Down

0 comments on commit 5e9b200

Please sign in to comment.