Skip to content

Commit

Permalink
add solver_base
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Nov 11, 2024
1 parent 6a4c19f commit 22f2a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hwave/solver/uhfr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,8 @@ def _check_range(self):
logger.error(f"Exchange validation failed: {e}")
raise

from .base import solver_base

class UHFr(solver_base):
"""Main unrestricted Hartree-Fock solver class.
Expand Down

0 comments on commit 22f2a9b

Please sign in to comment.