Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Update to 0.24.208024. #665

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

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

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

<PropertyGroup>
<OutputType>Exe</OutputType>
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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">
<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

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

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">
<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.24.201332
- qsharp==0.24.208024
# 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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<IQSharpLoadAutomatically>true</IQSharpLoadAutomatically>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
</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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<PropertyGroup>
<OutputType>Exe</OutputType>
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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

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

<PropertyGroup>
<OutputType>Exe</OutputType>
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ dependencies:
- ipyparallel
- py
- notebook
- qsharp==0.24.201332
- qsharp==0.24.208024
- 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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<PropertyGroup>
<OutputType>Library</OutputType>
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ dependencies:
- ipyparallel
- py
- notebook
- qsharp==0.24.201332
- qsharp==0.24.208024
- 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.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
</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.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
</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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
</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.24.201332" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.24.208024" />
<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

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

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
</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.24.201332" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
<PackageReference Include="Microsoft.Quantum.Simulators" Version="0.24.208024" />
<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
<PackageReference Include="Microsoft.Quantum.Research" Version="0.24.208024" />
</ItemGroup>

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

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

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.24.208024" />
</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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

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

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.Xunit" Version="0.24.208024" />
<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

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

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

<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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332
- qsharp==0.24.208024
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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<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.24.201332" />
<PackageReference Include="Microsoft.Quantum.Numerics" Version="0.24.208024" />
</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.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<PropertyGroup>
<OutputType>Exe</OutputType>
4 changes: 2 additions & 2 deletions samples/machine-learning/half-moons/HalfMoons.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.24.208024" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>

2 changes: 1 addition & 1 deletion samples/machine-learning/half-moons/HalfMoons.ipynb
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"plt.style.use('ggplot')\n",
"\n",
"import qsharp\n",
"qsharp.packages.add(\"Microsoft.Quantum.MachineLearning::0.24.201332\")\n",
"qsharp.packages.add(\"Microsoft.Quantum.MachineLearning::0.24.208024\")\n",
"qsharp.reload()\n",
"\n",
"from Microsoft.Quantum.Samples import (\n",
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

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

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.24.208024" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>

4 changes: 2 additions & 2 deletions samples/machine-learning/wine/Wine.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Quantum.Sdk/0.24.201332">
<Project Sdk="Microsoft.Quantum.Sdk/0.24.208024">

<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.24.201332" />
<PackageReference Include="Microsoft.Quantum.MachineLearning" Version="0.24.208024" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>
</Project>
Loading