Skip to content

Commit

Permalink
Remove status message
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Ripper committed May 28, 2024
1 parent a8a9c6a commit 707b4ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/QAOA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ function retrieve(
options = scipy_options
)

println("Status: ", result.message)

qc = ansatz.assign_parameters(result.x)
qc.measure_all()
optimized_qc = pass_manager.run(qc)
Expand Down
2 changes: 0 additions & 2 deletions src/VQE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ function retrieve(
options = scipy_options
)

println("Status: ", result.message)

qc = ansatz.assign_parameters(result.x)
qc.measure_all()
optimized_qc = pass_manager.run(qc)
Expand Down

0 comments on commit 707b4ce

Please sign in to comment.