Skip to content

Commit

Permalink
* Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eggerdj committed Oct 4, 2024
1 parent 368cd75 commit c1576a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qopt_best_practices/swap_strategies/build_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def apply_qaoa_layers( # pylint: disable=too-many-arguments,too-many-locals,too
return new_circuit


def create_qaoa_swap_circuit( # pylint: disable=too-many-arguments
def create_qaoa_swap_circuit( # pylint: disable=too-many-arguments,too-many-positional-arguments
cost_operator: SparsePauliOp,
swap_strategy: SwapStrategy,
edge_coloring: dict = None,
Expand Down

0 comments on commit c1576a5

Please sign in to comment.