Skip to content

Commit

Permalink
Added ConstrainedMinimizer to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweiden committed Jul 17, 2024
1 parent b575738 commit 90d10db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bqskit/ir/opt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
instantiation and cost minimization."""
from __future__ import annotations

from bqskit.ir.opt.constrained import ConstrainedMinimizer
from bqskit.ir.opt.cost.function import CostFunction
from bqskit.ir.opt.cost.functions import HilbertSchmidtCost
from bqskit.ir.opt.cost.functions import HilbertSchmidtCostGenerator
Expand All @@ -24,6 +25,7 @@
'QFactor',
'Minimization',
'Minimizer',
'ConstrainedMinimizer',
'LBFGSMinimizer',
'CostFunction',
'CostFunctionGenerator',
Expand Down

0 comments on commit 90d10db

Please sign in to comment.