|
1 | 1 | # TensorCrossInterpolation
|
2 | 2 |
|
3 |
| -[](https://tensors4fields.gitlab.io/tensorcrossinterpolation.jl/dev/index.html) |
4 |
| -[](https://gitlab.com/tensors4fields/tensorcrossinterpolation.jl/-/pipelines) |
5 |
| -[](https://gitlab.com/tensors4fields/tensorcrossinterpolation.jl/-/commits/main) |
| 3 | +[](https://tensor4all.github.io/TensorCrossInterpolation.jl/dev) |
| 4 | +[](https://github.com/tensor4all/TensorCrossInterpolation.jl/actions/workflows/CI.yml) |
6 | 5 |
|
7 |
| -The [TensorCrossInterpolation module](https://gitlab.com/tensors4fields/tensorcrossinterpolation.jl) implements the *tensor cross interpolation* algorithm for efficient interpolation of multi-index tensors and multivariate functions. |
| 6 | +The [TensorCrossInterpolation module](https://github.com/tensor4all/TensorCrossInterpolation.jl) implements the *tensor cross interpolation* algorithm for efficient interpolation of multi-index tensors and multivariate functions. |
8 | 7 |
|
9 |
| -This algorithm is used in the *quantics tensor cross interpolation* (QTCI) method for exponentially efficient interpolation of functions with scale separation. QTCI is implemented in the [QuanticsTCI.jl](https://gitlab.com/tensors4fields/quanticstci.jl) module. |
| 8 | +This algorithm is used in the *quantics tensor cross interpolation* (QTCI) method for exponentially efficient interpolation of functions with scale separation. QTCI is implemented in the [QuanticsTCI.jl](https://github.com/tensor4all/quanticstci.jl) module. |
10 | 9 |
|
11 | 10 | ## Installation
|
12 | 11 |
|
@@ -48,21 +47,21 @@ An example with more explanation can be found in the [user manual](https://tenso
|
48 | 47 |
|
49 | 48 | ## Related modules
|
50 | 49 |
|
51 |
| -### [TCIITensorConversion.jl](https://gitlab.com/tensors4fields/tciitensorconversion.jl) |
| 50 | +### [TCIITensorConversion.jl](https://github.com/tensor4all/tciitensorconversion.jl) |
52 | 51 | A small helper module for easy conversion of `TensorCI1`, `TensorCI2` and `TensorTrain` objects into ITensors `MPS` objects. This should be helpful for those integrating TCI into a larger tensor network algorithm.
|
53 | 52 | For this conversion, simply call the `MPS` constructor on the object:
|
54 | 53 | ```julia
|
55 | 54 | mps = MPS(tci)
|
56 | 55 | ```
|
57 | 56 |
|
58 |
| -### [QuanticsTCI.jl](https://gitlab.com/tensors4fields/QuanticsTCI.jl) |
| 57 | +### [QuanticsTCI.jl](https://github.com/tensor4all/QuanticsTCI.jl) |
59 | 58 | A module that implements the *quantics representation* and combines it with TCI for exponentially efficient interpolation of functions with scale separation.
|
60 | 59 |
|
61 | 60 | ## Contributions
|
62 | 61 |
|
63 | 62 | - If you are having have technical trouble, feel free to contact me directly.
|
64 |
| -- Feature requests and bug reports are always welcome, feel free to open an [issue](https://gitlab.com/tensors4fields/TensorCrossInterpolation.jl/-/issues) for those. |
65 |
| -- If you have implemented something that might be useful for others, we'd appreciate a [merge request](https://gitlab.com/tensors4fields/TensorCrossInterpolation.jl/-/merge_requests)! |
| 63 | +- Feature requests and bug reports are always welcome, feel free to open an [issue](https://github.com/tensor4all/TensorCrossInterpolation.jl/-/issues) for those. |
| 64 | +- If you have implemented something that might be useful for others, we'd appreciate a [merge request](https://github.com/tensor4all/TensorCrossInterpolation.jl/-/merge_requests)! |
66 | 65 |
|
67 | 66 | ## Authors
|
68 | 67 |
|
|
0 commit comments