Skip to content

Commit

Permalink
Merge pull request #149 from vtomole/master
Browse files Browse the repository at this point in the history
Fix link to Quantum Amplitude Amplification and Estimation paper
  • Loading branch information
jotterbach committed Apr 11, 2018
2 parents c1603ec + 71513f2 commit 559c0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grove/amplification/amplification.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""Module for amplitude amplification, for use in algorithms such as Grover's algorithm.
See G. Brassard, P. Hoyer, M. Mosca (2000) `Quantum Amplitude Amplification and Estimation
<https://arxiv.org/abs/quant-ph/0005055 arXiv:quant-ph/0005055>`_ for more information.
<https://arxiv.org/abs/quant-ph/0005055>`_ for more information.
"""
import numpy as np
import pyquil.quil as pq
Expand Down

0 comments on commit 559c0b2

Please sign in to comment.