Skip to content

Commit

Permalink
Seperate repo into subpackages (#75)
Browse files Browse the repository at this point in the history
* remove fiels moved to other packages

* change License to apache

* dummy runtests

* restore cuda tests

* cleanup dependencies

* fix dependencies and reexporting
  • Loading branch information
lpawela committed Mar 19, 2021
1 parent 0822f62 commit ca5674a
Show file tree
Hide file tree
Showing 40 changed files with 216 additions and 5,139 deletions.
875 changes: 201 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

42 changes: 9 additions & 33 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,48 +1,24 @@
name = "SpinGlassPEPS"
uuid = "2c514f87-1261-494e-8566-326879aaf4fe"
authors = ["Łukasz Pawela <lukasz.pawela@gmail.com>", "Krzysztof Domino <kdomino@iitis.pl>"]
version = "0.0.1"
version = "0.2.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LowRankApprox = "898213cb-b102-5a47-900c-97e73b919f73"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
SpinGlassEngine = "0563570f-ea1b-4080-8a64-041ac6565a4e"
SpinGlassNetworks = "b7f6bd3e-55dc-4da6-96a9-ef9dbec6ac19"
SpinGlassTensors = "7584fc6a-5a23-4eeb-8277-827aab0146ea"

[compat]
CSV = "0.8"
CUDA = "2.3"
DocStringExtensions = "0.8"
LRUCache = "1.2"
LightGraphs = "1.3"
LowRankApprox = "0.4"
Memoize = "0.4"
MetaGraphs = "0.6"
Requires = "1.1"
StatsBase = "0.33"
TensorCast = "0.3"
TensorOperations = "3.0.1"
SpinGlassEngine = "0.1"
SpinGlassNetworks = "0.1"
SpinGlassTensors = "0.1"
julia = "1.5"

[extras]
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["GraphPlot", "Logging", "NPZ", "Random", "Statistics", "Test"]
test = ["Test"]
22 changes: 0 additions & 22 deletions lattice_3.txt

This file was deleted.

288 changes: 0 additions & 288 deletions src/MPS_search.jl

This file was deleted.

0 comments on commit ca5674a

Please sign in to comment.