-
Notifications
You must be signed in to change notification settings - Fork 23
Make compatible with ITensors 0.9 #221
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 13 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c845947
Blah
JoeyT1994 90c7251
Merge remote-tracking branch 'origin/main'
JoeyT1994 86f3087
Merge remote-tracking branch 'upstream/main'
JoeyT1994 6ff0cd5
Bug fix in current ortho. Change test
JoeyT1994 34e8e5e
Merge remote-tracking branch 'upstream/main'
JoeyT1994 d096722
Fix bug
JoeyT1994 70a3f7e
Merge remote-tracking branch 'upstream/main'
JoeyT1994 9d64fe8
Merge remote-tracking branch 'upstream/main'
JoeyT1994 9d6c1bc
File removed
JoeyT1994 ae17245
Merge remote-tracking branch 'upstream/main'
JoeyT1994 1319f78
Make compat with 0.9.0
JoeyT1994 85aeb23
Add TensorOperations to bp test
JoeyT1994 aa96298
Update src/apply.jl
JoeyT1994 7eace5b
Use internal ITensorNetworks code for sequence finding
JoeyT1994 7b1adf0
Dont use itensors.jl for sequence finding callout in apply
JoeyT1994 aa082fa
Merge branch 'upITensors' of github.com:JoeyT1994/ITensorNetworks.jl …
JoeyT1994 def2206
Update to remote changes
JoeyT1994 8cfdb6b
Remove examples
JoeyT1994 0bfd18d
Formatting
JoeyT1994 8266278
Bug fix
JoeyT1994 dc57695
Formatting
JoeyT1994 0b2426c
Formatting
JoeyT1994 b978d41
Cast dims to Float64 in contract sequence finding
JoeyT1994 445a77d
Update TensorOperations
JoeyT1994 11a37c0
Merge
JoeyT1994 f7f5fe0
Comment
JoeyT1994 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 |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| name = "ITensorNetworks" | ||
| uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" | ||
| authors = ["Matthew Fishman <[email protected]>, Joseph Tindall <[email protected]> and contributors"] | ||
| version = "0.12.0" | ||
| version = "0.12.1" | ||
|
|
||
| [deps] | ||
| AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
|
|
@@ -65,7 +65,7 @@ EinExprs = "0.6.4" | |
| Graphs = "1.8" | ||
| GraphsFlows = "0.1.1" | ||
| ITensorMPS = "0.3" | ||
| ITensors = "0.7, 0.8" | ||
| ITensors = "0.7, 0.8, 0.9" | ||
| IsApprox = "0.1, 1, 2" | ||
| IterTools = "1.4.0" | ||
| KrylovKit = "0.6, 0.7, 0.8" | ||
|
|
||
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.