diff --git a/Build/images/samples/Dockerfile b/Build/images/samples/Dockerfile index 5c3e54d81fea..5f62fa0a4333 100644 --- a/Build/images/samples/Dockerfile +++ b/Build/images/samples/Dockerfile @@ -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.13.20102604 +FROM mcr.microsoft.com/quantum/iqsharp-base:0.13.201118141-beta # Mark that this Dockerfile is used with the samples repository. ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE diff --git a/samples/algorithms/chsh-game/CHSHGame.csproj b/samples/algorithms/chsh-game/CHSHGame.csproj index 2c37b7fffbc6..70131e0ca541 100644 --- a/samples/algorithms/chsh-game/CHSHGame.csproj +++ b/samples/algorithms/chsh-game/CHSHGame.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/database-search/DatabaseSearchSample.csproj b/samples/algorithms/database-search/DatabaseSearchSample.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/algorithms/database-search/DatabaseSearchSample.csproj +++ b/samples/algorithms/database-search/DatabaseSearchSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/database-search/Program.cs b/samples/algorithms/database-search/Program.cs index 26cd66d9c4c0..cdea398e6deb 100644 --- a/samples/algorithms/database-search/Program.cs +++ b/samples/algorithms/database-search/Program.cs @@ -5,10 +5,7 @@ using Microsoft.Quantum.Simulation.Core; using Microsoft.Quantum.Simulation.Simulators; using System; -using System.Collections.Generic; using System.Linq; -using System.Text; -using System.Threading.Tasks; using static System.Math; namespace Microsoft.Quantum.Samples.DatabaseSearch @@ -18,8 +15,8 @@ class Program { public static void Pause() { - System.Console.WriteLine("\n\nPress any key to continue...\n\n"); - System.Console.ReadKey(); + Console.WriteLine("\n\nPress any key to continue...\n\n"); + Console.ReadKey(); } static void Main(string[] args) diff --git a/samples/algorithms/integer-factorization/IntegerFactorization.csproj b/samples/algorithms/integer-factorization/IntegerFactorization.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/algorithms/integer-factorization/IntegerFactorization.csproj +++ b/samples/algorithms/integer-factorization/IntegerFactorization.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj b/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj +++ b/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/order-finding/OrderFinding.csproj b/samples/algorithms/order-finding/OrderFinding.csproj index f5e3c45dc36b..65c13cf88cc5 100644 --- a/samples/algorithms/order-finding/OrderFinding.csproj +++ b/samples/algorithms/order-finding/OrderFinding.csproj @@ -1,4 +1,4 @@ - + Exe netcoreapp3.1 diff --git a/samples/algorithms/repeat-until-success/RepeatUntilSuccess.csproj b/samples/algorithms/repeat-until-success/RepeatUntilSuccess.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/algorithms/repeat-until-success/RepeatUntilSuccess.csproj +++ b/samples/algorithms/repeat-until-success/RepeatUntilSuccess.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj b/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj +++ b/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/simple-grover/SimpleGroverSample.csproj b/samples/algorithms/simple-grover/SimpleGroverSample.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/algorithms/simple-grover/SimpleGroverSample.csproj +++ b/samples/algorithms/simple-grover/SimpleGroverSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/algorithms/sudoku-grover/SudokuGroverSample.csproj b/samples/algorithms/sudoku-grover/SudokuGroverSample.csproj index 2c37b7fffbc6..70131e0ca541 100644 --- a/samples/algorithms/sudoku-grover/SudokuGroverSample.csproj +++ b/samples/algorithms/sudoku-grover/SudokuGroverSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/characterization/phase-estimation/PhaseEstimationSample.csproj b/samples/characterization/phase-estimation/PhaseEstimationSample.csproj index 01fe278ff2f7..88dee42174b6 100644 --- a/samples/characterization/phase-estimation/PhaseEstimationSample.csproj +++ b/samples/characterization/phase-estimation/PhaseEstimationSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj b/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj index b398bff7ed0f..f46c39a3e543 100644 --- a/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj +++ b/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj @@ -10,7 +10,7 @@ - + diff --git a/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj b/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj index 98879ad7e74d..10a45470c1ff 100644 --- a/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj +++ b/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/chemistry/GetGateCount/3-GetGateCount.csproj b/samples/chemistry/GetGateCount/3-GetGateCount.csproj index da4b18fac810..f0cd3959d985 100644 --- a/samples/chemistry/GetGateCount/3-GetGateCount.csproj +++ b/samples/chemistry/GetGateCount/3-GetGateCount.csproj @@ -1,5 +1,5 @@  - + Exe @@ -18,7 +18,7 @@ - + diff --git a/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj b/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj index 4d363b3ae8ae..1c4c1b9caf6c 100644 --- a/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj +++ b/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj b/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj index 8a9f7bbe48ed..c9230228a9c8 100644 --- a/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj +++ b/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj b/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj index a607d99a39e0..b8786489bf92 100644 --- a/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj +++ b/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj @@ -25,8 +25,8 @@ - - + + diff --git a/samples/chemistry/RunSimulation/2-RunSimulation.csproj b/samples/chemistry/RunSimulation/2-RunSimulation.csproj index 61da45eeff95..d89fe7035761 100644 --- a/samples/chemistry/RunSimulation/2-RunSimulation.csproj +++ b/samples/chemistry/RunSimulation/2-RunSimulation.csproj @@ -1,5 +1,5 @@  - + Exe @@ -11,8 +11,8 @@ - - + + diff --git a/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj b/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj index 8a9f7bbe48ed..c9230228a9c8 100644 --- a/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj +++ b/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/diagnostics/unit-testing/UnitTesting.csproj b/samples/diagnostics/unit-testing/UnitTesting.csproj index 0f8a38324ddd..656dd0e577ea 100644 --- a/samples/diagnostics/unit-testing/UnitTesting.csproj +++ b/samples/diagnostics/unit-testing/UnitTesting.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/error-correction/bit-flip-code/BitFlipCode.csproj b/samples/error-correction/bit-flip-code/BitFlipCode.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/error-correction/bit-flip-code/BitFlipCode.csproj +++ b/samples/error-correction/bit-flip-code/BitFlipCode.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/error-correction/syndrome/Syndrome.csproj b/samples/error-correction/syndrome/Syndrome.csproj index 28f324b2f02c..e11a5a34931d 100644 --- a/samples/error-correction/syndrome/Syndrome.csproj +++ b/samples/error-correction/syndrome/Syndrome.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 diff --git a/samples/getting-started/measurement/Measurement.csproj b/samples/getting-started/measurement/Measurement.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/getting-started/measurement/Measurement.csproj +++ b/samples/getting-started/measurement/Measurement.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/getting-started/qrng/Qrng.csproj b/samples/getting-started/qrng/Qrng.csproj index 2c37b7fffbc6..70131e0ca541 100644 --- a/samples/getting-started/qrng/Qrng.csproj +++ b/samples/getting-started/qrng/Qrng.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj b/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj +++ b/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/getting-started/teleportation/TeleportationSample.csproj b/samples/getting-started/teleportation/TeleportationSample.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/getting-started/teleportation/TeleportationSample.csproj +++ b/samples/getting-started/teleportation/TeleportationSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/interoperability/dotnet/qsharp/qsharp.csproj b/samples/interoperability/dotnet/qsharp/qsharp.csproj index 28ee8d0abb38..483832033f55 100644 --- a/samples/interoperability/dotnet/qsharp/qsharp.csproj +++ b/samples/interoperability/dotnet/qsharp/qsharp.csproj @@ -1,4 +1,4 @@ - + Library diff --git a/samples/interoperability/python/environment.yml b/samples/interoperability/python/environment.yml index 15fc9f6c14e3..2ba19cab24b7 100644 --- a/samples/interoperability/python/environment.yml +++ b/samples/interoperability/python/environment.yml @@ -23,4 +23,4 @@ dependencies: - qinfer - duecredit - mpltools - - qsharp==0.13.20102604 + - qsharp==0.13.201118141-beta diff --git a/samples/interoperability/qrng/Qrng.csproj b/samples/interoperability/qrng/Qrng.csproj index 2c37b7fffbc6..70131e0ca541 100644 --- a/samples/interoperability/qrng/Qrng.csproj +++ b/samples/interoperability/qrng/Qrng.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/machine-learning/half-moons/HalfMoons.csproj b/samples/machine-learning/half-moons/HalfMoons.csproj index 3b1599c43aff..d7add7ae7b8f 100644 --- a/samples/machine-learning/half-moons/HalfMoons.csproj +++ b/samples/machine-learning/half-moons/HalfMoons.csproj @@ -1,4 +1,4 @@ - + Exe @@ -8,7 +8,7 @@ - + diff --git a/samples/machine-learning/half-moons/HalfMoons.ipynb b/samples/machine-learning/half-moons/HalfMoons.ipynb index b9db082690b5..4499848676e7 100644 --- a/samples/machine-learning/half-moons/HalfMoons.ipynb +++ b/samples/machine-learning/half-moons/HalfMoons.ipynb @@ -34,7 +34,7 @@ "plt.style.use('ggplot')\n", "\n", "import qsharp\n", - "qsharp.packages.add(\"Microsoft.Quantum.MachineLearning::0.13.20102604\")\n", + "qsharp.packages.add(\"Microsoft.Quantum.MachineLearning::0.13.201118141-beta\")\n", "qsharp.reload()\n", "\n", "from Microsoft.Quantum.Samples import (\n", diff --git a/samples/machine-learning/parallel-half-moons/ParallelHalfMoons.csproj b/samples/machine-learning/parallel-half-moons/ParallelHalfMoons.csproj index 094a42f38486..3398bcb015a7 100644 --- a/samples/machine-learning/parallel-half-moons/ParallelHalfMoons.csproj +++ b/samples/machine-learning/parallel-half-moons/ParallelHalfMoons.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/samples/machine-learning/wine/Wine.csproj b/samples/machine-learning/wine/Wine.csproj index 3b1599c43aff..d7add7ae7b8f 100644 --- a/samples/machine-learning/wine/Wine.csproj +++ b/samples/machine-learning/wine/Wine.csproj @@ -1,4 +1,4 @@ - + Exe @@ -8,7 +8,7 @@ - + diff --git a/samples/numerics/CustomModAdd/CustomModAdd.csproj b/samples/numerics/CustomModAdd/CustomModAdd.csproj index 4c08b85a9990..0aec995ca40f 100644 --- a/samples/numerics/CustomModAdd/CustomModAdd.csproj +++ b/samples/numerics/CustomModAdd/CustomModAdd.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,6 +7,6 @@ - + diff --git a/samples/numerics/EvaluatingFunctions/EvaluatingFunctions.csproj b/samples/numerics/EvaluatingFunctions/EvaluatingFunctions.csproj index 4c08b85a9990..0aec995ca40f 100644 --- a/samples/numerics/EvaluatingFunctions/EvaluatingFunctions.csproj +++ b/samples/numerics/EvaluatingFunctions/EvaluatingFunctions.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,6 +7,6 @@ - + diff --git a/samples/numerics/ResourceCounting/ResourceCounting.csproj b/samples/numerics/ResourceCounting/ResourceCounting.csproj index 8d580b2c8dd7..272b5391008f 100644 --- a/samples/numerics/ResourceCounting/ResourceCounting.csproj +++ b/samples/numerics/ResourceCounting/ResourceCounting.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,6 +7,6 @@ - + diff --git a/samples/runtime/oracle-emulation/OracleEmulation.csproj b/samples/runtime/oracle-emulation/OracleEmulation.csproj index e842db657b04..947fb29ea900 100644 --- a/samples/runtime/oracle-emulation/OracleEmulation.csproj +++ b/samples/runtime/oracle-emulation/OracleEmulation.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,6 +7,6 @@ - + diff --git a/samples/runtime/qpic-simulator/host/host.csproj b/samples/runtime/qpic-simulator/host/host.csproj index 2abf7addb6db..2d35001decda 100644 --- a/samples/runtime/qpic-simulator/host/host.csproj +++ b/samples/runtime/qpic-simulator/host/host.csproj @@ -1,10 +1,10 @@ - + netcoreapp3.1 - + diff --git a/samples/runtime/qpic-simulator/simulator/simulator.csproj b/samples/runtime/qpic-simulator/simulator/simulator.csproj index 60046ae0c7d2..b30066c6f9ce 100644 --- a/samples/runtime/qpic-simulator/simulator/simulator.csproj +++ b/samples/runtime/qpic-simulator/simulator/simulator.csproj @@ -1,4 +1,4 @@ - + netstandard2.1 Library diff --git a/samples/runtime/reversible-simulator-advanced/host/host.csproj b/samples/runtime/reversible-simulator-advanced/host/host.csproj index eb17ac76be4e..17d54916bbdd 100644 --- a/samples/runtime/reversible-simulator-advanced/host/host.csproj +++ b/samples/runtime/reversible-simulator-advanced/host/host.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 Exe diff --git a/samples/runtime/reversible-simulator-advanced/simulator/simulator.csproj b/samples/runtime/reversible-simulator-advanced/simulator/simulator.csproj index 0d5a3997d7cd..87e9bf848554 100644 --- a/samples/runtime/reversible-simulator-advanced/simulator/simulator.csproj +++ b/samples/runtime/reversible-simulator-advanced/simulator/simulator.csproj @@ -4,7 +4,7 @@ - - + + diff --git a/samples/runtime/reversible-simulator-simple/ReversibleSimulator.csproj b/samples/runtime/reversible-simulator-simple/ReversibleSimulator.csproj index ac765614eb19..f3d538eb2902 100644 --- a/samples/runtime/reversible-simulator-simple/ReversibleSimulator.csproj +++ b/samples/runtime/reversible-simulator-simple/ReversibleSimulator.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 Exe diff --git a/samples/runtime/simulator-with-overrides/SimulatorWithOverrides.csproj b/samples/runtime/simulator-with-overrides/SimulatorWithOverrides.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/runtime/simulator-with-overrides/SimulatorWithOverrides.csproj +++ b/samples/runtime/simulator-with-overrides/SimulatorWithOverrides.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/runtime/state-visualizer/StateVisualizer.cs b/samples/runtime/state-visualizer/StateVisualizer.cs index 64da8695f2a5..cdec95130384 100644 --- a/samples/runtime/state-visualizer/StateVisualizer.cs +++ b/samples/runtime/state-visualizer/StateVisualizer.cs @@ -37,10 +37,10 @@ public StateVisualizer(QuantumSimulator simulator) this.simulator = simulator; simulator.OnOperationStart += OnOperationStartHandler; simulator.OnOperationEnd += OnOperationEndHandler; - simulator.OnAllocateQubits += OnAllocateQubitsHandler; - simulator.OnBorrowQubits += OnBorrowQubitsHandler; - simulator.OnReleaseQubits += OnReleaseQubitsHandler; - simulator.OnReturnQubits += OnReturnQubitsHandler; + simulator.AfterAllocateQubits += AfterAllocateQubitsHandler; + simulator.AfterBorrowQubits += AfterBorrowQubitsHandler; + simulator.BeforeReleaseQubits += BeforeReleaseQubitsHandler; + simulator.BeforeReturnQubits += BeforeReturnQubitsHandler; stateDumper = new StateDumper(simulator); host = WebHost @@ -119,19 +119,19 @@ private void OnOperationEndHandler(ICallable operation, IApplyData result) WaitForAdvance().Wait(); } - private void OnAllocateQubitsHandler(long count) + private void AfterAllocateQubitsHandler(IQArray qubits) { - BroadcastAsync("Log", $"Allocate {count} qubit(s)", stateDumper.DumpAndGetAmplitudes()).Wait(); + BroadcastAsync("Log", $"Allocate {qubits.Length} qubit(s)", stateDumper.DumpAndGetAmplitudes()).Wait(); WaitForAdvance().Wait(); } - private void OnBorrowQubitsHandler(long count) + private void AfterBorrowQubitsHandler(IQArray qubits) { - BroadcastAsync("Log", $"Borrow {count} qubit(s)", stateDumper.DumpAndGetAmplitudes()).Wait(); + BroadcastAsync("Log", $"Borrow {qubits.Length} qubit(s)", stateDumper.DumpAndGetAmplitudes()).Wait(); WaitForAdvance().Wait(); } - private void OnReleaseQubitsHandler(IQArray qubits) + private void BeforeReleaseQubitsHandler(IQArray qubits) { BroadcastAsync( "Log", @@ -141,7 +141,7 @@ private void OnReleaseQubitsHandler(IQArray qubits) WaitForAdvance().Wait(); } - private void OnReturnQubitsHandler(IQArray qubits) + private void BeforeReturnQubitsHandler(IQArray qubits) { BroadcastAsync( "Log", diff --git a/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj b/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj +++ b/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/h2/gui/H2SimulationGUI.csproj b/samples/simulation/h2/gui/H2SimulationGUI.csproj index a4b5aa9badf8..ae85486b9e85 100644 --- a/samples/simulation/h2/gui/H2SimulationGUI.csproj +++ b/samples/simulation/h2/gui/H2SimulationGUI.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/hubbard/HubbardSimulationSample.csproj b/samples/simulation/hubbard/HubbardSimulationSample.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/simulation/hubbard/HubbardSimulationSample.csproj +++ b/samples/simulation/hubbard/HubbardSimulationSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/ising/adiabatic/AdiabaticIsingSample.csproj b/samples/simulation/ising/adiabatic/AdiabaticIsingSample.csproj index 23d1af10cb1c..2819843c7a0a 100644 --- a/samples/simulation/ising/adiabatic/AdiabaticIsingSample.csproj +++ b/samples/simulation/ising/adiabatic/AdiabaticIsingSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/ising/generators/IsingGeneratorsSample.csproj b/samples/simulation/ising/generators/IsingGeneratorsSample.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/simulation/ising/generators/IsingGeneratorsSample.csproj +++ b/samples/simulation/ising/generators/IsingGeneratorsSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/ising/phase-estimation/IsingPhaseEstimationSample.csproj b/samples/simulation/ising/phase-estimation/IsingPhaseEstimationSample.csproj index 5930759261e2..1fd2fe762eef 100644 --- a/samples/simulation/ising/phase-estimation/IsingPhaseEstimationSample.csproj +++ b/samples/simulation/ising/phase-estimation/IsingPhaseEstimationSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/ising/simple/SimpleIsingSample.csproj b/samples/simulation/ising/simple/SimpleIsingSample.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/simulation/ising/simple/SimpleIsingSample.csproj +++ b/samples/simulation/ising/simple/SimpleIsingSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/ising/trotter-evolution/IsingTrotterSample.csproj b/samples/simulation/ising/trotter-evolution/IsingTrotterSample.csproj index 1ccfc4e44e20..46668f129e74 100644 --- a/samples/simulation/ising/trotter-evolution/IsingTrotterSample.csproj +++ b/samples/simulation/ising/trotter-evolution/IsingTrotterSample.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/samples/simulation/qaoa/QAOA.csproj b/samples/simulation/qaoa/QAOA.csproj index f5e3c45dc36b..65c13cf88cc5 100644 --- a/samples/simulation/qaoa/QAOA.csproj +++ b/samples/simulation/qaoa/QAOA.csproj @@ -1,4 +1,4 @@ - + Exe netcoreapp3.1 diff --git a/samples/tests/sample-tests/SampleTests.csproj b/samples/tests/sample-tests/SampleTests.csproj index 80b9a633e903..e41fade16b5f 100644 --- a/samples/tests/sample-tests/SampleTests.csproj +++ b/samples/tests/sample-tests/SampleTests.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 x64 @@ -23,7 +23,7 @@ - +