Skip to content

Commit

Permalink
Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Apr 4, 2023
1 parent 2f3dbd4 commit 4badb2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/QAOA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ using ..QiskitOpt:
quadratic_program

Anneal.@anew Optimizer begin
name = "IBM Qiskit QAOA"
sense = :min
domain = :bool
name = "IBM Qiskit QAOA"
sense = :min
domain = :bool
version = v"0.4.0"
attributes = begin
NumberOfReads["num_reads"]::Integer = 1_000
Expand Down
6 changes: 3 additions & 3 deletions src/VQE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ using ..QiskitOpt:
quadratic_program

Anneal.@anew Optimizer begin
name = "VQE @ IBMQ"
sense = :min
domain = :bool
name = "VQE @ IBMQ"
sense = :min
domain = :bool
version = v"0.4.0"
attributes = begin
NumberOfReads["num_reads"]::Integer = 1_000
Expand Down

0 comments on commit 4badb2e

Please sign in to comment.