Skip to content

Commit

Permalink
Remove reference to OptimizationSettings in OptimizationParameters class
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Mar 29, 2024
1 parent 0d9fde7 commit c01adf7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circuit_knitting/cutting/automated_cut_finding.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,7 @@ def find_cuts(

@dataclass
class OptimizationParameters:
"""Specify parameters that control the optimization.
The other attributes of :class:`OptimizationSettings` are taken
to be private.
"""
"""Specify parameters that control the optimization."""

seed: int | None = OptimizationSettings().seed
max_gamma: float = OptimizationSettings().max_gamma
Expand Down

0 comments on commit c01adf7

Please sign in to comment.