-
Notifications
You must be signed in to change notification settings - Fork 23
Allow BP to work on gpus and various kwarg improvements #253
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 35 commits
Commits
Show all changes
46 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 b648353
Merge remote-tracking branch 'upstream/main'
JoeyT1994 4e7d189
Merge remote-tracking branch 'upstream/main'
JoeyT1994 83c92b0
Merge remote-tracking branch 'upstream/main'
JoeyT1994 6f024ee
Merge remote-tracking branch 'upstream/main'
JoeyT1994 1106403
Merge remote-tracking branch 'upstream/main'
JoeyT1994 5641d32
Merge remote-tracking branch 'upstream/main'
JoeyT1994 59ef115
Merge remote-tracking branch 'upstream/main'
JoeyT1994 72bea86
Merge remote-tracking branch 'upstream/main'
JoeyT1994 bc14b33
Merge remote-tracking branch 'upstream/main'
JoeyT1994 fdd47c8
Merge remote-tracking branch 'upstream/main'
JoeyT1994 d8d3e52
Merge remote-tracking branch 'upstream/main'
JoeyT1994 79b3aa2
Fix bug in delete_messages. Parameter restrictions in apply.jl
JoeyT1994 795eb63
Adapt for BPC and custom device contractions
JoeyT1994 2ebba6d
Fixes
JoeyT1994 ed9f1dc
Improve interface
JoeyT1994 9e4e3eb
Better defaults
JoeyT1994 f0b83c1
Restore Project.toml
JoeyT1994 756bae0
Merge remote-tracking branch 'upstream/main' into BP_GPU_and_Improvem…
JoeyT1994 b2d2784
Improvements
JoeyT1994 60d7bc8
Typo fix
JoeyT1994 1432a4d
Use f for variable name in map
JoeyT1994 6222386
set kwargs on algorithms
JoeyT1994 5b4a8fa
No default maxiter
JoeyT1994 813b436
Fix tests
JoeyT1994 15a87a5
Improvements
JoeyT1994 389f148
Simplify interface, fix tests
JoeyT1994 51184bf
Add default for updated_message
JoeyT1994 d962403
Update src/caches/abstractbeliefpropagationcache.jl
JoeyT1994 8850117
Update src/caches/abstractbeliefpropagationcache.jl
JoeyT1994 fc6572e
improvements
JoeyT1994 ea88e55
Merge branch 'BP_GPU_and_Improvements' of github.com:JoeyT1994/ITenso…
JoeyT1994 27ec78f
No kwargs being passed that arent needed
JoeyT1994 5ec0710
update_iteration
JoeyT1994 7b2c3d9
Update src/caches/abstractbeliefpropagationcache.jl
JoeyT1994 d58c3f4
Update docs and examples .toml
JoeyT1994 d918da1
Merge branch 'BP_GPU_and_Improvements' of github.com:JoeyT1994/ITenso…
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,10 +1,11 @@ | ||
| name = "ITensorNetworks" | ||
| uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" | ||
| authors = ["Matthew Fishman <[email protected]>, Joseph Tindall <[email protected]> and contributors"] | ||
| version = "0.13.17" | ||
| version = "0.14.0" | ||
|
|
||
| [deps] | ||
| AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
| Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
| Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" | ||
| Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
| DataGraphs = "b5a273c3-7e6c-41f6-98bd-8d7f1525a36a" | ||
|
|
@@ -33,15 +34,13 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" | |
| TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6" | ||
|
|
||
| [weakdeps] | ||
| Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
| EinExprs = "b1794770-133b-4de1-afb4-526377e9f4c5" | ||
| GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889" | ||
| OMEinsumContractionOrders = "6f22d1fd-8eed-4bb7-9776-e7d684900715" | ||
| Observers = "338f10d5-c7f1-4033-a7d1-f9dec39bcaa0" | ||
| TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" | ||
|
|
||
| [extensions] | ||
| ITensorNetworksAdaptExt = "Adapt" | ||
| ITensorNetworksEinExprsExt = "EinExprs" | ||
| ITensorNetworksGraphsFlowsExt = "GraphsFlows" | ||
| ITensorNetworksOMEinsumContractionOrdersExt = "OMEinsumContractionOrders" | ||
|
|
@@ -82,7 +81,6 @@ TupleTools = "1.4" | |
| julia = "1.10" | ||
|
|
||
| [extras] | ||
| Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
| EinExprs = "b1794770-133b-4de1-afb4-526377e9f4c5" | ||
| GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889" | ||
| OMEinsumContractionOrders = "6f22d1fd-8eed-4bb7-9776-e7d684900715" | ||
|
|
||
This file was deleted.
Oops, something went wrong.
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.
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.