Skip to content

Commit

Permalink
Fix #16 bug in vqe docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Zeng committed Feb 13, 2017
1 parent a85f2e1 commit 13f7b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vqe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ parameters or write your own minimizer.
from scipy.optimize import minimize
import numpy as np
vqe_inst = vqe(minimizer=minimize,
vqe_inst = VQE(minimizer=minimize,
minimizer_kwargs={'method': 'nelder-mead'})
Before we run the minimizer, let us look manually at what expectation
Expand Down

0 comments on commit 13f7b96

Please sign in to comment.