Skip to content

Commit

Permalink
Fixed sphinxbuild issues (renamed imports, rst references)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntezak committed Jan 9, 2017
1 parent fbf81cc commit 82ef4fa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/phaseestimation/phaseestimation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ The Phase Estimation Algorithm
:name: mastertoc
:maxdepth: 3

pea_overview
phaseestimation_overview
pea_source
1 change: 0 additions & 1 deletion docs/vqe/vqe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ makes use of the VQE module.
:name: mastertoc
:maxdepth: 3

vqe_overview
vqe_example
vqe_source
2 changes: 1 addition & 1 deletion grove/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
##############################################################################

# init for grove
from grove.VQE.vqe import VQE
from grove.pyvqe.vqe import VQE
2 changes: 1 addition & 1 deletion grove/pyqaoa/qaoa.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from collections import Counter
from scipy import optimize
import numpy as np
from grove.pyqve.vqe import VQE
from grove.pyvqe.vqe import VQE
import pyquil.quil as pq
from pyquil.gates import H
from pyquil.paulis import exponential_map, PauliSum
Expand Down

0 comments on commit 82ef4fa

Please sign in to comment.