This repository was archived by the owner on Apr 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Adapt to TensorProducts.jl
#24
Merged
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
8807781
adapt to TensorProducts
ogauthe f9379df
tensor_product not to flip dual
ogauthe 066a9b0
remove module gen in test
ogauthe 44fa8cb
bump version
ogauthe 09c7aa3
define unmerged_tensor_product
ogauthe 0e5d24d
update test compat
ogauthe b8d1158
remove BlockSparseArrays from tests
ogauthe df17c2b
sort imports
ogauthe 0fa9aa5
bump docs version
ogauthe 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,14 +1,15 @@ | ||
name = "GradedUnitRanges" | ||
uuid = "e2de450a-8a67-46c7-b59c-01d5a3d041c5" | ||
authors = ["ITensor developers <[email protected]> and contributors"] | ||
version = "0.1.7" | ||
version = "0.2.0" | ||
|
||
[deps] | ||
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" | ||
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" | ||
LabelledNumbers = "f856a3a6-4152-4ec4-b2a7-02c1a55d7993" | ||
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66" | ||
TensorProducts = "decf83d6-1968-43f4-96dc-fdb3fe15fc6d" | ||
|
||
[weakdeps] | ||
SymmetrySectors = "f8a8ad64-adbc-4fce-92f7-ffe2bb36a86e" | ||
|
@@ -23,4 +24,5 @@ FillArrays = "1.13.0" | |
LabelledNumbers = "0.1.0" | ||
SplitApplyCombine = "1.2.3" | ||
SymmetrySectors = "0.1.4" | ||
TensorProducts = "0.1.2" | ||
julia = "1.10" |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
[deps] | ||
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" | ||
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" | ||
BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" | ||
GradedUnitRanges = "e2de450a-8a67-46c7-b59c-01d5a3d041c5" | ||
LabelledNumbers = "f856a3a6-4152-4ec4-b2a7-02c1a55d7993" | ||
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" | ||
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" | ||
TensorProducts = "decf83d6-1968-43f4-96dc-fdb3fe15fc6d" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[compat] | ||
Aqua = "0.8.9" | ||
BlockArrays = "1.4.0" | ||
BlockSparseArrays = "0.2.28, 0.3" | ||
GradedUnitRanges = "0.1.6" | ||
GradedUnitRanges = "0.2" | ||
LabelledNumbers = "0.1.0" | ||
SafeTestsets = "0.1" | ||
Suppressor = "0.2" | ||
TensorProducts = "0.1.0" | ||
Test = "1.10" |
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.