Skip to content

Commit

Permalink
Convert Phase Estimation kata to Jupyter Notebook format (#165)
Browse files Browse the repository at this point in the history
Also includes:

* a fix for UnitaryPatterns tests broken in #156 
* dropping deprecated operation MeasureIntegerBE in PhaseEstimation
  • Loading branch information
jackhyder authored and tcNickolas committed Aug 16, 2019
1 parent 1f11b2f commit 7e30c19
Show file tree
Hide file tree
Showing 13 changed files with 385 additions and 204 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -24,6 +24,7 @@ RUN ${HOME}/scripts/prebuild-kata.sh GroversAlgorithm
RUN ${HOME}/scripts/prebuild-kata.sh JointMeasurements
RUN ${HOME}/scripts/prebuild-kata.sh MagicSquareGame
RUN ${HOME}/scripts/prebuild-kata.sh Measurements
RUN ${HOME}/scripts/prebuild-kata.sh PhaseEstimation
RUN ${HOME}/scripts/prebuild-kata.sh QEC_BitFlipCode
RUN ${HOME}/scripts/prebuild-kata.sh SolveSATWithGrover
RUN ${HOME}/scripts/prebuild-kata.sh SuperdenseCoding
Expand Down
183 changes: 0 additions & 183 deletions PhaseEstimation/CounterSimulator.cs

This file was deleted.

4 changes: 4 additions & 0 deletions PhaseEstimation/PhaseEstimation.csproj
Expand Up @@ -15,6 +15,10 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\utilities\Common\Common.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" />
Expand Down

0 comments on commit 7e30c19

Please sign in to comment.