From 7ef40fca0208aa6a74848f916a0fdbdaa879bab8 Mon Sep 17 00:00:00 2001 From: Robin Kuzmin Date: Tue, 22 Feb 2022 15:01:15 -0800 Subject: [PATCH] Enabled listing the sparse simulator in the command line help. --- 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 5042361a97d..8771a5a8aa4 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, // uncomment to enable listing the sparse simulator in the command line help + this.settings.SparseSimulatorName, this.settings.ToffoliSimulatorName, this.settings.ResourcesEstimatorName, this.settings.DefaultSimulatorName