Skip to content

Commit 9bb0836

Browse files
committed
Merge branch 'update_readme' into 'main'
Update readme See merge request tensors4fields/TensorCrossInterpolation.jl!84
2 parents 3b7c80b + 005af2b commit 9bb0836

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ This algorithm is used in the *quantics tensor cross interpolation* (QTCI) metho
1010

1111
## Installation
1212

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:
1414
```julia
15-
]
16-
add TensorCrossInterpolation
15+
using Pkg; Pkg.add("TensorCrossInterpolation.jl")
1716
```
1817

1918
## Usage
@@ -62,8 +61,17 @@ A module that implements the *quantics representation* and combines it with TCI
6261
## Contributions
6362

6463
- 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)!
6566

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
74+
- Satoshi Terasaki @terasakisatoshi
6775

6876
---
6977

0 commit comments

Comments
 (0)