Skip to content

Commit

Permalink
Build 0.27.253010. (microsoft#770)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Marshall <[email protected]>
  • Loading branch information
bamarsha and Sarah Marshall authored Jan 31, 2023
1 parent eef907f commit fe3c9c5
Showing 68 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Build/images/samples/Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# https://github.com/microsoft/iqsharp/blob/main/images/iqsharp-base/Dockerfile.
# As per Binder documentation, we choose to use an SHA sum here instead of a
# tag.
FROM mcr.microsoft.com/quantum/iqsharp-base:0.27.244707
FROM mcr.microsoft.com/quantum/iqsharp-base:0.27.253010

# Mark that this Dockerfile is used with the samples repository.
ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"Microsoft.Quantum.Sdk": "0.27.244707"
"Microsoft.Quantum.Sdk": "0.27.253010"
}
}
2 changes: 1 addition & 1 deletion samples/algorithms/chsh-game/CHSHGame.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.27.253010" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/algorithms/oracle-synthesis/OracleSynthesis.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/algorithms/order-finding/OrderFinding.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/algorithms/simple-grover/SimpleGroverSample.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/algorithms/sudoku-grover/SudokuGroverSample.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
2 changes: 1 addition & 1 deletion samples/algorithms/variational-algorithms/environment.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ channels:
dependencies:
- notebook
- matplotlib
- qsharp==0.27.244707
- qsharp==0.27.253010
# This sample uses the QuTiP library to decompose Hamiltonian operators in
# the Pauli basis.
- qutip
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion samples/azure-quantum/grover/Grover.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/azure-quantum/hidden-shift/HiddenShift.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/azure-quantum/ising-model/IsingModel.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/azure-quantum/parallel-qrng/ParallelQrng.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/azure-quantum/parallel-qrng/ParallelQrng.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.27.253010" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/azure-quantum/teleport/Teleport.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ dependencies:
- ipyparallel
- py
- notebook
- qsharp==0.27.244707
- qsharp==0.27.253010
- jupyter_client==6.1.7
- pyzmq==19.0.2=py37h453f00a_2
- pip
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Library</OutputType>
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ dependencies:
- ipyparallel
- py
- notebook
- qsharp==0.27.244707
- qsharp==0.27.253010
- jupyter_client==6.1.7
- pyzmq==19.0.2=py37h453f00a_2
- pip
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/chemistry/GetGateCount/3-GetGateCount.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.253010" />
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
</ItemGroup>

4 changes: 2 additions & 2 deletions samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -25,8 +25,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.27.253010" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

6 changes: 3 additions & 3 deletions samples/chemistry/RunSimulation/2-RunSimulation.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -11,8 +11,8 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.7" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.7" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.27.253010" />
</ItemGroup>

<ItemGroup>
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.27.253010" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions samples/diagnostics/unit-testing/UnitTesting.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.27.253010" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
2 changes: 1 addition & 1 deletion samples/error-correction/bit-flip-code/BitFlipCode.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/error-correction/syndrome/Syndrome.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
2 changes: 1 addition & 1 deletion samples/getting-started/measurement/Measurement.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/getting-started/qrng/Qrng.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
2 changes: 1 addition & 1 deletion samples/interoperability/dotnet/qsharp/qsharp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Library</OutputType>
2 changes: 1 addition & 1 deletion samples/interoperability/python/environment.yml
Original file line number Diff line number Diff line change
@@ -17,4 +17,4 @@ dependencies:
- qutip
- matplotlib
- notebook
- qsharp==0.27.244707
- qsharp==0.27.253010
4 changes: 2 additions & 2 deletions samples/interoperability/python/python.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This line declares that the project is a Q# project, built using the
Microsoft.Quantum.Sdk package. -->
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Library</OutputType>
@@ -15,7 +15,7 @@
will automatically be downloaded from nuget.org and made available to your
Q# workspace. -->
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.27.244707" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.27.253010" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion samples/interoperability/qrng/Qrng.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.27.244707">
<Project Sdk="Microsoft.Quantum.Sdk/0.27.253010">

<PropertyGroup>
<OutputType>Exe</OutputType>
Loading

0 comments on commit fe3c9c5

Please sign in to comment.