Skip to content

Commit 429ae7b

Browse files
authored
Merge pull request #43 from tensor4all/drop-TCIITensorConversion
Drop TCIITensorConversion.jl dependency
2 parents 1daff2a + b4de017 commit 429ae7b

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

Project.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ QuanticsTCI = "b11687fd-3a1c-4c41-97d0-998ab401d50e"
1313
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1414
SparseIR = "4fe2279e-80f0-4adb-8463-ee114ff56b7d"
1515
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
16-
TCIITensorConversion = "9f0aa9f4-9415-4e6a-8795-331ebf40aa04"
1716

1817
[weakdeps]
1918
PartitionedMPSs = "17ce1de9-5131-45e3-8a48-9723b6e2dc23"
@@ -30,18 +29,17 @@ PartitionedMPSs = "0.5.2, 0.6"
3029
QuanticsTCI = "0.7"
3130
SparseIR = "^0.96, 0.97, 1"
3231
StaticArrays = "1"
33-
TCIITensorConversion = "0.2.0"
3432
julia = "1"
3533

3634
[extras]
3735
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
36+
QuanticsGrids = "634c7f73-3e90-4749-a1bd-001b8efc642d"
37+
QuanticsTCI = "b11687fd-3a1c-4c41-97d0-998ab401d50e"
3838
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3939
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
40-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
41-
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"
42-
QuanticsTCI = "b11687fd-3a1c-4c41-97d0-998ab401d50e"
43-
QuanticsGrids = "634c7f73-3e90-4749-a1bd-001b8efc642d"
4440
SparseIR = "4fe2279e-80f0-4adb-8463-ee114ff56b7d"
41+
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"
42+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4543

4644
[targets]
4745
test = ["Test", "Random", "ReTestItems", "Aqua", "PartitionedMPSs", "TensorCrossInterpolation", "QuanticsTCI", "QuanticsGrids", "SparseIR"]

src/Quantics.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ using StaticArrays
1313
import SparseArrays: sparse
1414

1515
import QuanticsTCI
16-
import TCIITensorConversion
1716
import FastMPOContractions
1817

1918
using EllipsisNotation

test/imaginarytime_tests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import QuanticsGrids as QG
1212
import TensorCrossInterpolation as TCI
1313
import QuanticsTCI: quanticscrossinterpolate
14-
import TCIITensorConversion
1514

1615
function _test_data_imaginarytime(nbit, β)
1716
ω = 0.5

0 commit comments

Comments
 (0)