From ff7ab43e3ff45de1014ca942d5fff9b25c783e07 Mon Sep 17 00:00:00 2001 From: bettinaheim <34236215+bettinaheim@users.noreply.github.com> Date: Fri, 13 Dec 2019 17:55:42 -0800 Subject: [PATCH] updating package versions (#278) --- Dockerfile | 2 +- .../database-search/DatabaseSearchSample.csproj | 4 ++-- .../IntegerFactorization.csproj | 4 ++-- .../oracle-synthesis/OracleSynthesis.csproj | 4 ++-- samples/algorithms/order-finding/OrderFinding.csproj | 4 ++-- .../ReversibleLogicSynthesis.csproj | 4 ++-- .../simple-grover/SimpleGroverSample.csproj | 8 ++++---- .../phase-estimation/PhaseEstimationSample.csproj | 4 ++-- .../AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj | 4 ++-- .../CreateHubbardHamiltonian.csproj | 4 ++-- samples/chemistry/GetGateCount/3-GetGateCount.csproj | 6 +++--- .../LithiumHydrideGUI/LithiumHydrideGUI.csproj | 6 +++--- .../MolecularHydrogen/MolecularHydrogen.csproj | 6 +++--- .../MolecularHydrogenGUI/MolecularHydrogenGUI.csproj | 6 +++--- .../chemistry/RunSimulation/2-RunSimulation.csproj | 8 ++++---- .../SimulateHubbardHamiltonian.csproj | 6 +++--- samples/diagnostics/unit-testing/UnitTesting.csproj | 12 ++++++------ .../bit-flip-code/BitFlipCode.csproj | 4 ++-- .../getting-started/measurement/Measurement.csproj | 4 ++-- .../simple-algorithms/SimpleAlgorithms.csproj | 4 ++-- .../teleportation/TeleportationSample.csproj | 4 ++-- .../fsharp/QuantumCode/QuantumCode.csproj | 4 ++-- samples/interoperability/python/environment.yml | 2 +- samples/numerics/CustomModAdd/CustomModAdd.csproj | 6 +++--- .../EvaluatingFunctions/EvaluatingFunctions.csproj | 6 +++--- .../ResourceCounting/ResourceCounting.csproj | 6 +++--- .../runtime/oracle-emulation/OracleEmulation.csproj | 6 +++--- .../runtime/state-visualizer/StateVisualizer.csproj | 4 ++-- .../h2/command-line/H2SimulationSampleCmdLine.csproj | 4 ++-- samples/simulation/h2/gui/H2SimulationGUI.csproj | 6 +++--- .../hubbard/HubbardSimulationSample.csproj | 4 ++-- .../ising/adiabatic/AdiabaticIsingSample.csproj | 4 ++-- .../ising/generators/IsingGeneratorsSample.csproj | 4 ++-- .../IsingPhaseEstimationSample.csproj | 4 ++-- .../simulation/ising/simple/SimpleIsingSample.csproj | 4 ++-- .../trotter-evolution/IsingTrotterSample.csproj | 4 ++-- samples/tests/sample-tests/SampleTests.csproj | 10 +++++----- 37 files changed, 93 insertions(+), 93 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b246f2bdd1f..fab0db2127de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://github.com/microsoft/iqsharp/blob/master/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.10.1911.307 +FROM mcr.microsoft.com/quantum/iqsharp-base:0.10.1912.501 # Mark that this Dockerfile is used with the samples repository. ENV IQSHARP_HOSTING_ENV=SAMPLES_DOCKERFILE diff --git a/samples/algorithms/database-search/DatabaseSearchSample.csproj b/samples/algorithms/database-search/DatabaseSearchSample.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/algorithms/database-search/DatabaseSearchSample.csproj +++ b/samples/algorithms/database-search/DatabaseSearchSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/algorithms/integer-factorization/IntegerFactorization.csproj b/samples/algorithms/integer-factorization/IntegerFactorization.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/algorithms/integer-factorization/IntegerFactorization.csproj +++ b/samples/algorithms/integer-factorization/IntegerFactorization.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj b/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj index e053ff8d0016..cfc2bc63a4ae 100644 --- a/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj +++ b/samples/algorithms/oracle-synthesis/OracleSynthesis.csproj @@ -8,7 +8,7 @@ - - + + diff --git a/samples/algorithms/order-finding/OrderFinding.csproj b/samples/algorithms/order-finding/OrderFinding.csproj index eaf171772f7b..4b14fa33faaa 100644 --- a/samples/algorithms/order-finding/OrderFinding.csproj +++ b/samples/algorithms/order-finding/OrderFinding.csproj @@ -11,7 +11,7 @@ - - + + diff --git a/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj b/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj index 63fbd7c986b7..e068d7409316 100644 --- a/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj +++ b/samples/algorithms/reversible-logic-synthesis/ReversibleLogicSynthesis.csproj @@ -8,7 +8,7 @@ - - + + diff --git a/samples/algorithms/simple-grover/SimpleGroverSample.csproj b/samples/algorithms/simple-grover/SimpleGroverSample.csproj index 0d244de99961..40c78cd79518 100644 --- a/samples/algorithms/simple-grover/SimpleGroverSample.csproj +++ b/samples/algorithms/simple-grover/SimpleGroverSample.csproj @@ -7,9 +7,9 @@ - - - - + + + + diff --git a/samples/characterization/phase-estimation/PhaseEstimationSample.csproj b/samples/characterization/phase-estimation/PhaseEstimationSample.csproj index fbc88918f843..6ad7b2f46f03 100644 --- a/samples/characterization/phase-estimation/PhaseEstimationSample.csproj +++ b/samples/characterization/phase-estimation/PhaseEstimationSample.csproj @@ -11,7 +11,7 @@ - - + + diff --git a/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj b/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj index b6eae1428280..cf3d0168b116 100644 --- a/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj +++ b/samples/chemistry/AnalyzeHamiltonian/1-AnalyzeHamiltonian.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj b/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj index 7cfcf63810f3..e03e7ec09ea3 100644 --- a/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj +++ b/samples/chemistry/CreateHubbardHamiltonian/CreateHubbardHamiltonian.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/samples/chemistry/GetGateCount/3-GetGateCount.csproj b/samples/chemistry/GetGateCount/3-GetGateCount.csproj index 3ed3293b3d99..104f690452ca 100644 --- a/samples/chemistry/GetGateCount/3-GetGateCount.csproj +++ b/samples/chemistry/GetGateCount/3-GetGateCount.csproj @@ -17,9 +17,9 @@ - - - + + + diff --git a/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj b/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj index a72d1917bf8d..d3eedefe417d 100644 --- a/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj +++ b/samples/chemistry/LithiumHydrideGUI/LithiumHydrideGUI.csproj @@ -24,8 +24,8 @@ - - + + @@ -34,7 +34,7 @@ - + diff --git a/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj b/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj index 6fc53eb5405d..4c89e787a410 100644 --- a/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj +++ b/samples/chemistry/MolecularHydrogen/MolecularHydrogen.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj b/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj index 2392815bc0cb..4f3026c38ce1 100644 --- a/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj +++ b/samples/chemistry/MolecularHydrogenGUI/MolecularHydrogenGUI.csproj @@ -25,9 +25,9 @@ - - - + + + diff --git a/samples/chemistry/RunSimulation/2-RunSimulation.csproj b/samples/chemistry/RunSimulation/2-RunSimulation.csproj index 373199ddd43a..985f1a57473f 100644 --- a/samples/chemistry/RunSimulation/2-RunSimulation.csproj +++ b/samples/chemistry/RunSimulation/2-RunSimulation.csproj @@ -9,10 +9,10 @@ - - - - + + + + diff --git a/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj b/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj index da5bd7a533eb..a724b7b0f430 100644 --- a/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj +++ b/samples/chemistry/SimulateHubbardHamiltonian/SimulateHubbardHamiltonian.csproj @@ -7,8 +7,8 @@ - - - + + + diff --git a/samples/diagnostics/unit-testing/UnitTesting.csproj b/samples/diagnostics/unit-testing/UnitTesting.csproj index b8619cdbc2ad..820f1e449840 100644 --- a/samples/diagnostics/unit-testing/UnitTesting.csproj +++ b/samples/diagnostics/unit-testing/UnitTesting.csproj @@ -8,12 +8,12 @@ - - - - - - + + + + + + diff --git a/samples/error-correction/bit-flip-code/BitFlipCode.csproj b/samples/error-correction/bit-flip-code/BitFlipCode.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/error-correction/bit-flip-code/BitFlipCode.csproj +++ b/samples/error-correction/bit-flip-code/BitFlipCode.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/getting-started/measurement/Measurement.csproj b/samples/getting-started/measurement/Measurement.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/getting-started/measurement/Measurement.csproj +++ b/samples/getting-started/measurement/Measurement.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj b/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj index 1a9d76f3993c..7848fba7bc5a 100644 --- a/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj +++ b/samples/getting-started/simple-algorithms/SimpleAlgorithms.csproj @@ -8,7 +8,7 @@ - - + + diff --git a/samples/getting-started/teleportation/TeleportationSample.csproj b/samples/getting-started/teleportation/TeleportationSample.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/getting-started/teleportation/TeleportationSample.csproj +++ b/samples/getting-started/teleportation/TeleportationSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/interoperability/fsharp/QuantumCode/QuantumCode.csproj b/samples/interoperability/fsharp/QuantumCode/QuantumCode.csproj index bc7f0c7e0197..69dd33366d9c 100644 --- a/samples/interoperability/fsharp/QuantumCode/QuantumCode.csproj +++ b/samples/interoperability/fsharp/QuantumCode/QuantumCode.csproj @@ -5,7 +5,7 @@ - - + + diff --git a/samples/interoperability/python/environment.yml b/samples/interoperability/python/environment.yml index 7ad8f8424176..563caa0f06cc 100644 --- a/samples/interoperability/python/environment.yml +++ b/samples/interoperability/python/environment.yml @@ -23,4 +23,4 @@ dependencies: - qinfer - duecredit - mpltools - - qsharp==0.10.1911.307 + - qsharp==0.10.1912.501 diff --git a/samples/numerics/CustomModAdd/CustomModAdd.csproj b/samples/numerics/CustomModAdd/CustomModAdd.csproj index 27c4b467b803..5f5159966723 100644 --- a/samples/numerics/CustomModAdd/CustomModAdd.csproj +++ b/samples/numerics/CustomModAdd/CustomModAdd.csproj @@ -5,8 +5,8 @@ x64 - - - + + + \ No newline at end of file diff --git a/samples/numerics/EvaluatingFunctions/EvaluatingFunctions.csproj b/samples/numerics/EvaluatingFunctions/EvaluatingFunctions.csproj index 27c4b467b803..5f5159966723 100644 --- a/samples/numerics/EvaluatingFunctions/EvaluatingFunctions.csproj +++ b/samples/numerics/EvaluatingFunctions/EvaluatingFunctions.csproj @@ -5,8 +5,8 @@ x64 - - - + + + \ No newline at end of file diff --git a/samples/numerics/ResourceCounting/ResourceCounting.csproj b/samples/numerics/ResourceCounting/ResourceCounting.csproj index 27c4b467b803..5f5159966723 100644 --- a/samples/numerics/ResourceCounting/ResourceCounting.csproj +++ b/samples/numerics/ResourceCounting/ResourceCounting.csproj @@ -5,8 +5,8 @@ x64 - - - + + + \ No newline at end of file diff --git a/samples/runtime/oracle-emulation/OracleEmulation.csproj b/samples/runtime/oracle-emulation/OracleEmulation.csproj index 44451c9d7356..c859e0859d8f 100644 --- a/samples/runtime/oracle-emulation/OracleEmulation.csproj +++ b/samples/runtime/oracle-emulation/OracleEmulation.csproj @@ -8,8 +8,8 @@ - - - + + + diff --git a/samples/runtime/state-visualizer/StateVisualizer.csproj b/samples/runtime/state-visualizer/StateVisualizer.csproj index a5a89455c710..d4097c58e227 100644 --- a/samples/runtime/state-visualizer/StateVisualizer.csproj +++ b/samples/runtime/state-visualizer/StateVisualizer.csproj @@ -6,7 +6,7 @@ - - + + diff --git a/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj b/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj +++ b/samples/simulation/h2/command-line/H2SimulationSampleCmdLine.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/simulation/h2/gui/H2SimulationGUI.csproj b/samples/simulation/h2/gui/H2SimulationGUI.csproj index 1b049ecf224d..c2ecfb263e9e 100644 --- a/samples/simulation/h2/gui/H2SimulationGUI.csproj +++ b/samples/simulation/h2/gui/H2SimulationGUI.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/samples/simulation/hubbard/HubbardSimulationSample.csproj b/samples/simulation/hubbard/HubbardSimulationSample.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/simulation/hubbard/HubbardSimulationSample.csproj +++ b/samples/simulation/hubbard/HubbardSimulationSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/simulation/ising/adiabatic/AdiabaticIsingSample.csproj b/samples/simulation/ising/adiabatic/AdiabaticIsingSample.csproj index 8747f42c0467..b5e7ae9313e2 100644 --- a/samples/simulation/ising/adiabatic/AdiabaticIsingSample.csproj +++ b/samples/simulation/ising/adiabatic/AdiabaticIsingSample.csproj @@ -11,7 +11,7 @@ - - + + diff --git a/samples/simulation/ising/generators/IsingGeneratorsSample.csproj b/samples/simulation/ising/generators/IsingGeneratorsSample.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/simulation/ising/generators/IsingGeneratorsSample.csproj +++ b/samples/simulation/ising/generators/IsingGeneratorsSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/simulation/ising/phase-estimation/IsingPhaseEstimationSample.csproj b/samples/simulation/ising/phase-estimation/IsingPhaseEstimationSample.csproj index 49803bf15415..7c98d7148ff7 100644 --- a/samples/simulation/ising/phase-estimation/IsingPhaseEstimationSample.csproj +++ b/samples/simulation/ising/phase-estimation/IsingPhaseEstimationSample.csproj @@ -12,7 +12,7 @@ - - + + diff --git a/samples/simulation/ising/simple/SimpleIsingSample.csproj b/samples/simulation/ising/simple/SimpleIsingSample.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/simulation/ising/simple/SimpleIsingSample.csproj +++ b/samples/simulation/ising/simple/SimpleIsingSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/simulation/ising/trotter-evolution/IsingTrotterSample.csproj b/samples/simulation/ising/trotter-evolution/IsingTrotterSample.csproj index 628147169a3e..b99d02881cd1 100644 --- a/samples/simulation/ising/trotter-evolution/IsingTrotterSample.csproj +++ b/samples/simulation/ising/trotter-evolution/IsingTrotterSample.csproj @@ -7,7 +7,7 @@ - - + + diff --git a/samples/tests/sample-tests/SampleTests.csproj b/samples/tests/sample-tests/SampleTests.csproj index 80980501d085..0da82458e6fe 100644 --- a/samples/tests/sample-tests/SampleTests.csproj +++ b/samples/tests/sample-tests/SampleTests.csproj @@ -22,11 +22,11 @@ - - - - - + + + + +