From 148e814d0a97e46c2e2715c005e846c9ca045866 Mon Sep 17 00:00:00 2001 From: Robin Kuzmin <9372582+kuzminrobin@users.noreply.github.com> Date: Wed, 23 Feb 2022 19:02:31 -0800 Subject: [PATCH] Revert "Enabled listing the sparse simulator in the command line help. (#952)" This reverts commit 836b2cbc199bbfa8d8274980a8f19f18fb9d48de. --- src/Simulation/EntryPointDriver/Driver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simulation/EntryPointDriver/Driver.cs b/src/Simulation/EntryPointDriver/Driver.cs index 8771a5a8aa4..5042361a97d 100644 --- a/src/Simulation/EntryPointDriver/Driver.cs +++ b/src/Simulation/EntryPointDriver/Driver.cs @@ -189,7 +189,7 @@ public Driver(DriverSettings settings, IReadOnlyCollection entryPoi suggestions: new[] { this.settings.QuantumSimulatorName, - this.settings.SparseSimulatorName, + // this.settings.SparseSimulatorName, // uncomment to enable listing the sparse simulator in the command line help this.settings.ToffoliSimulatorName, this.settings.ResourcesEstimatorName, this.settings.DefaultSimulatorName