Skip to content

Commit

Permalink
rm Yao
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Nov 7, 2019
1 parent 6cba13b commit 0881564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
PrettyPrint = "8162dcfd-2161-5ef2-ae6c-7681170c5f98"
RBNF = "83ef0002-5b9e-11e9-219b-65bac3c6d69c"
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
YaoBase = "a8f54c17-34bc-5a9d-b050-f522fe3f755f"
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"

[compat]
julia = "1"
YaoBlocks = "~0.7"
BitBasis = "~0.6"
LuxurySparse = "~0.5"
MLStyle = "~0.3"
PrettyPrint = "~0.1"
RBNF = "~0.1"
YaoBlocks = "~0.7"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 2 additions & 0 deletions src/Bag.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using YaoBase: AbstractRegister

# This file is copied from YaoExtensions for convenience,
# will be considerd to move to YaoBlocks!
export AbstractBag
Expand Down

0 comments on commit 0881564

Please sign in to comment.