-
Notifications
You must be signed in to change notification settings - Fork 342
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
Data structures for specifying input states #770
Merged
Merged
Changes from 22 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a1fefa3
Data structures for specifying input states
ce75be5
Handle empty state spec serialization
c1ade45
Grouping
7caf2c6
Freeze TensorProductState
fc6af0a
Deprecation warning stacklevel
0d10272
Tests and backwards compatibility
9afa021
Merge branch 'master' into in-state
8dc55c8
Merge remote-tracking branch 'origin/master' into in-state
91bd8bc
lifted_state_operator
44516db
elif
c773597
elif
83089fd
Tensor up "identity" OneQubitState's
0c9bd67
Merge remote-tracking branch 'origin/master' into in-state
cbe8ede
Changelog
3e135e6
more changelog
e79369c
Merge remote-tracking branch 'origin/master' into in-state
81e73f1
Consolidate into max_weight_[state/operator]
269ee3f
Consolidate
79e5697
Tests passing (relying on backwards compat)
21aecb1
Move some tests to the new way of specifying inputs
eee16fc
Some tests
614b4f3
Give this beefy docstring a new home
4c0c24e
No 'vacuum'
46ff4cb
No 'vacuum'
9ab408b
flake8
b2c8901
Note on SIC
8ea7239
test fixture
eacc0c7
Better comment
52dd272
Fix test
30414c7
Should never be accessing a qubit that doesn't exist
c44f083
Yikes qubit ordering
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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a reference so people can check?
I personally use this http://info.phys.unm.edu/~caves/reports/infopovm.pdf see Eqns. 22 and 23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool; I'll add that in