This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Unifying the two qubit managers #370
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3f15227
abstrace and virtual members of SimulatorBase
3f4427f
minor things
286dd03
unifying qubit managers
6d358be
committing a working version
ff3297a
some bug
45c9a56
found and fixed the bug (which was in the original code)
2cc7037
cleaned up the structure
5a1b79d
qubit manager should now be in a good state
e6c0302
removing the base class that just throws
54f08c9
forgot to adapt a test
242de6a
processor base
ec819c4
removing accidental commit
85497ca
Merge branch 'master' into beheim/qubitManager
bettinaheim 72dfaa3
wrong package nr
6172760
Update src/Simulation/Common/AssemblyInfo.cs
bettinaheim 5818db9
Update src/Simulation/Common/QubitManager.cs
bettinaheim 29b6088
nullable enable
47601ba
review feedback
68d593e
api change
cbbf458
Merge branch 'beheim/qubitManager' of https://github.com/microsoft/qs…
1cf73ea
getting updates from main
8a6a83b
qubit allocation events
9c4672b
Merge branch 'main' into beheim/qubitManager
bettinaheim 5c47a68
correct stack handling
f88993f
Merge branch 'main' into beheim/qubitManager
anpaz 19496a5
Merge branch 'main' into beheim/qubitManager
a796387
Merge branch 'main' into beheim/qubitManager
bettinaheim 43e8f03
Merge branch 'main' into beheim/qubitManager
bettinaheim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| // Copyright (c) Microsoft Corporation. | ||
| // Licensed under the MIT License. | ||
|
|
||
| using System.Runtime.CompilerServices; | ||
|
|
||
| // Allow the test assembly to use our internal methods | ||
| [assembly: InternalsVisibleTo("Tests.Microsoft.Quantum.Simulators" + SigningConstants.PUBLIC_KEY)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.