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

Consider refactoring the Simulator property of "CommonNativeSimulator/QubitManager.cs" #856

Open
kuzminrobin opened this issue Oct 14, 2021 · 0 comments
Labels
maintenance Improve codebase quality

Comments

@kuzminrobin
Copy link
Contributor

            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.

Details.

@kuzminrobin kuzminrobin added needs triage An initial review by a maintainer is needed maintenance Improve codebase quality labels Oct 14, 2021
@bettinaheim bettinaheim removed the needs triage An initial review by a maintainer is needed label Nov 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
maintenance Improve codebase quality
Projects
None yet
Development

No branches or pull requests

2 participants