-
Notifications
You must be signed in to change notification settings - Fork 1.1k
SimulatorBase independent qubits optimization #4100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 27 commits
Commits
Show all changes
97 commits
Select commit
Hold shift + click to select a range
293374d
split
daxfohl 4faff08
Allow config param split_entangled_states
daxfohl 8c202a4
default split to off
daxfohl 54f1eea
ensure consistent_act_on circuits have a qubit.
daxfohl 265d939
lint
daxfohl 099ecc5
lint
daxfohl a698893
mps
daxfohl 251eeb4
lint
daxfohl a255905
lint
daxfohl 6f58842
run sparse by default
daxfohl b7254f9
fix tests
daxfohl 79e77b2
fix tests
daxfohl 4d301e5
fix tests
daxfohl 58ed8fa
mps
daxfohl ba93627
Merge branch 'master' into split
daxfohl cba2940
tableau
daxfohl 95683b7
test simulator
daxfohl e472b5a
test simulator
daxfohl c5e2485
Update simulator_base.py
daxfohl 44791ae
Drop mps/join
daxfohl febd6ab
Merge branch 'split' of https://github.com/daxfohl/Cirq into split
daxfohl a77314a
Merge branch 'master' into split
daxfohl 6613a05
Fix clifford extract
daxfohl 10cffe3
Merge branch 'master' into split
daxfohl 0c02c2b
lint
daxfohl 462a842
remove split/join from ch-form
daxfohl ce08aae
Merge branch 'master' into split
daxfohl d56ebd3
Add default arg for zero qubit circuits
daxfohl 0af64a5
Merge branch 'master' into split
daxfohl 352eed4
Have last repetition reuse original state repr
daxfohl f51a811
Merge branch 'split' of https://github.com/daxfohl/Cirq into split
daxfohl 766d4b8
Remove cast
daxfohl 1e3a208
Split all pure initial states by default
daxfohl 8629086
Detangle on reset channels
daxfohl f37d5a0
docstrings
daxfohl dd1fbf8
docstrings
daxfohl 26402b0
docstrings
daxfohl ce93863
docstrings
daxfohl 1e83ee6
Merge branch 'master' into split
daxfohl 9828350
fix merge
daxfohl cfa3ada
lint
daxfohl fe16073
Add unit test for integer states
daxfohl b2fb89c
format
daxfohl 184d0d9
Add tests for splitting and joining
daxfohl 1bc5176
remove unnecessary qubits param
daxfohl f874bcd
Clean up default args
daxfohl e4c5fcc
Fix failing test
daxfohl bd2f726
Add ActOnArgsContainer
daxfohl 534a59e
Add ActOnArgsContainer
daxfohl d701f5e
Clean up tests
daxfohl 6f01a77
Clean up tests
daxfohl e42892c
Clean up tests
daxfohl 1ad4cf8
format
daxfohl 5420919
Fix tests and coverage
daxfohl 8957e9b
Add OperationTarget interface
daxfohl 50f99b6
Fix unit tests
daxfohl c372796
mypy, lint, mocks, coverage
daxfohl 9f01c2d
coverage
daxfohl 6af822c
Merge branch 'master' into split
daxfohl 5dc90dd
add log to container
daxfohl 0860077
fix logs
daxfohl 3922452
dead code
daxfohl 47a81e0
EmptyActOnArgs
daxfohl 3066010
simplify dummyargs
daxfohl 191a7e8
lint
daxfohl 278bcd3
Add [] to actonargs
daxfohl f9b2080
Merge branch 'master' into split
daxfohl 9958740
rename _create_act_on_arg
daxfohl 63fe48d
coverage
daxfohl 4719f5f
coverage
daxfohl 2f3b6f6
Default sparse sim to split=false
daxfohl eae56b1
format
daxfohl 2993f28
Default sparse sim to split=false
daxfohl 8217b07
Default density matrix sim to split=false
daxfohl ec50741
lint
daxfohl 6653a54
lint
daxfohl df55deb
lint
daxfohl 50e6978
lint
daxfohl d834de1
Merge branch 'master' into split
daxfohl 78a1cc1
address review comments
daxfohl bc64bc6
Merge branch 'master' into temp
daxfohl c0647f2
lint
daxfohl 41ebd25
Defaults back to split=false
daxfohl 8537aba
add error if setting state when split is enabled
daxfohl 2ccf2ab
Unit tests
daxfohl dbe38f5
coverage
daxfohl 1d2b325
coverage
daxfohl da040e6
coverage
daxfohl 145d52c
docs
daxfohl 06dfa48
seed
daxfohl dd4b5d0
Merge branch 'master' into split
daxfohl 824c4e0
format
daxfohl ced5621
Merge branch 'master' into split
daxfohl 5e0948e
rename core functions
daxfohl f545a44
Add optional validation to factor methods
daxfohl 2d1e5ad
coverage
daxfohl 0d587fb
Merge branch 'master' into split
95-martin-orion 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
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
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.