This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from QuantumBFS/jg/update-yao0.7
update yao
- Loading branch information
Showing
3 changed files
with
13 additions
and
14 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "YaoToEinsum" | ||
uuid = "9b173c7b-dc24-4dc5-a0e1-adab2f7b6ba9" | ||
authors = ["GiggleLiu <[email protected]> and contributors"] | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
|
||
[deps] | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
@@ -10,14 +10,13 @@ Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c" | |
|
||
[compat] | ||
OMEinsum = "0.6" | ||
Yao = "0.6" | ||
Yao = "0.7" | ||
julia = "1" | ||
|
||
[extras] | ||
OMEinsumContractionOrders = "6f22d1fd-8eed-4bb7-9776-e7d684900715" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
YaoExtensions = "7a06699c-c960-11e9-3c98-9f78548b5f0f" | ||
SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8" | ||
|
||
[targets] | ||
test = ["Test", "OMEinsumContractionOrders", "YaoExtensions", "SymEngine"] | ||
test = ["Test", "OMEinsumContractionOrders", "SymEngine"] |
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