Skip to content

Commit

Permalink
remove solve_dice from pkg?
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Nov 6, 2024
1 parent 23b2280 commit 2ccdbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiskit_addon_dice_solver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
:nosignatures:
solve_fermion
solve_dice
solve_hci
"""

from .dice_solver import solve_dice, solve_fermion, solve_hci
from .dice_solver import solve_fermion, solve_hci

__all__ = [
"solve_dice",
Expand Down

0 comments on commit 2ccdbb3

Please sign in to comment.