Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Feb 27, 2023
1 parent a6ee7c3 commit a68df4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit_aer/backends/aer_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ def compile_circuit(circuits, basis_gates=None, optypes=None):
"""
return AerCompiler().compile(circuits, basis_gates, optypes)


def generate_aer_config(
circuits: List[QuantumCircuit],
backend_options: Options,
Expand Down

0 comments on commit a68df4c

Please sign in to comment.