Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.jl.mem
/Manifest.toml
/docs/build/
*.log
docs/Manifest.toml
22 changes: 17 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,40 @@
name = "T4ATCIAlgorithms"
uuid = "afea4b4e-08e0-4d7c-9da1-dbc7777ac29f"
authors = ["Hiroshi Shinaoka <[email protected]> and contributors"]
name = "T4AAdaptivePatchedTCI"
uuid = "36ff05ac-192f-4444-92c7-2a2992a7023b"
version = "0.5.0"
authors = ["Hiroshi Shinaoka <[email protected]> and contributors"]

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
QuanticsGrids = "634c7f73-3e90-4749-a1bd-001b8efc642d"
T4APartitionedMPSs = "f7a3e09c-877e-4116-af24-45397c1413c2"
T4AQuantics = "99202d80-6772-4c79-995b-f2660cf2bd6d"
T4ATensorCI = "14428447-6903-48c7-83df-f2cb08af9918"
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"

[weakdeps]
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
T4AITensorCompat = "864b39ca-388c-4f43-a593-a1076cf4b253"

[extensions]
T4AAdaptivePatchedTCIITensorExt = ["ITensors", "T4AITensorCompat"]

[compat]
EllipsisNotation = "1"
OrderedCollections = "1"
QuanticsGrids = "0.6.0"
T4AITensorCompat = "0.6.0"
T4APartitionedMPSs = "0.7"
T4AQuantics = "0.5"
T4ATensorCI = "0.10"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
HubbardAtoms = "4f3da25b-ea28-4d4f-a81f-380d3f5e56a6"
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
QuanticsGrids = "634c7f73-3e90-4749-a1bd-001b8efc642d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -31,4 +43,4 @@ T4AITensorCompat = "864b39ca-388c-4f43-a593-a1076cf4b253"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "JET", "Test", "Random", "QuanticsGrids", "SparseIR", "HubbardAtoms", "T4AITensorCompat"]
test = ["Aqua", "JET", "Test", "Random", "QuanticsGrids", "SparseIR", "HubbardAtoms", "T4AITensorCompat", "ITensors"]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# T4ATCIAlgorithms
# T4AAdaptivePatchedTCI

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://tensor4all.github.io/T4ATCIAlgorithms.jl/dev)
[![CI](https://github.com/tensor4all/T4ATCIAlgorithms.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/tensor4all/T4ATCIAlgorithms.jl/actions/workflows/CI.yml)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://tensor4all.github.io/T4AAdaptivePatchedTCI.jl/dev)
[![CI](https://github.com/tensor4all/T4AAdaptivePatchedTCI.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/tensor4all/T4AAdaptivePatchedTCI.jl/actions/workflows/CI.yml)
2 changes: 1 addition & 1 deletion benchmark/matrxmul.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import T4ATensorCI as TCI
import T4ATCIAlgorithms as TCIA
import T4AAdaptivePatchedTCI as TCIA
using BenchmarkTools
using Random

Expand Down
Loading
Loading