forked from microsoft/Quantum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3-GetGateCount.csproj
24 lines (22 loc) · 1.07 KB
/
3-GetGateCount.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.Quantum.Sdk/0.11.2004.2825">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>get-gatecount</AssemblyName>
</PropertyGroup>
<ItemGroup>
<None Remove="OptimizedQubitizationGateCountEstimates.PrimitiveOperationsCounter.csv" />
<None Remove="Out-Plot.ps1" />
<None Remove="QubitizationGateCountEstimates.PrimitiveOperationsCounter.csv" />
<None Remove="TrotterGateCountEstimates.PrimitiveOperationsCounter.csv" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.3.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.1" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
<PackageReference Include="Microsoft.Quantum.Chemistry" Version="0.11.2004.2825" />
</ItemGroup>
</Project>