Skip to content

Commit

Permalink
* black
Browse files Browse the repository at this point in the history
  • Loading branch information
eggerdj committed Oct 4, 2024
1 parent 61ce235 commit 368cd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qopt_best_practices/swap_strategies/build_circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def apply_swap_strategy(
)
return pm_pre.run(circuit)

# pylint: disable=too-many-arguments,too-many-locals,too-many-positional-arguments
def apply_qaoa_layers(

def apply_qaoa_layers( # pylint: disable=too-many-arguments,too-many-locals,too-many-positional-arguments
cost_layer: QuantumCircuit,
meas_map: dict,
num_layers: int,
Expand Down

0 comments on commit 368cd75

Please sign in to comment.