You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,9 @@ This algorithm is used in the *quantics tensor cross interpolation* (QTCI) metho
10
10
11
11
## Installation
12
12
13
-
`TensorCrossInterpolation.jl`has been registered to the General registry. Installing the package is as simple as
13
+
This module has been registered in the General registry. It can be installed by typing the following in a Julia REPL:
14
14
```julia
15
-
]
16
-
add TensorCrossInterpolation
15
+
using Pkg; Pkg.add("TensorCrossInterpolation.jl")
17
16
```
18
17
19
18
## Usage
@@ -62,8 +61,17 @@ A module that implements the *quantics representation* and combines it with TCI
62
61
## Contributions
63
62
64
63
- 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)!
65
66
66
-
- Feature requests and bug reports are always welcome; please open an issue for those.
67
+
## Authors
68
+
69
+
This project is maintained by
70
+
- Marc K. Ritter @marc_ritter
71
+
- Hiroshi Shinaoka @h.shinaoka
72
+
73
+
For their contributions to this library's code, we thank
0 commit comments