qsharp-runtime
qsharp-runtime copied to clipboard
Consider refactoring the `Simulator` property of "CommonNativeSimulator/QubitManager.cs"
public CommonNativeSimulator? Simulator { get; set; } // Must not be nullable (and public). But we cannot
// initialize it properly _during construction_. We initialize it _after construction_.
// That is why it is nullable and public.