Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 148e814

Browse files
authored
Revert "Enabled listing the sparse simulator in the command line help. (#952)"
This reverts commit 836b2cb.
1 parent 836b2cb commit 148e814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Simulation/EntryPointDriver/Driver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public Driver(DriverSettings settings, IReadOnlyCollection<IEntryPoint> entryPoi
189189
suggestions: new[]
190190
{
191191
this.settings.QuantumSimulatorName,
192-
this.settings.SparseSimulatorName,
192+
// this.settings.SparseSimulatorName, // uncomment to enable listing the sparse simulator in the command line help
193193
this.settings.ToffoliSimulatorName,
194194
this.settings.ResourcesEstimatorName,
195195
this.settings.DefaultSimulatorName

0 commit comments

Comments
 (0)