Skip to content

Commit 568233b

Browse files
authored
Update README.md (#280)
* Update README.md - Repo now owned by `QuantumKitHub` - Reference branch is now `main` * Update README.md Even more URL updates
1 parent f613c90 commit 568233b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<picture>
2-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Jutho/TensorKit.jl/blob/master/docs/src/assets/logo-dark.svg">
3-
<img alt="TensorKit.jl logo" src="https://github.com/Jutho/TensorKit.jl/blob/master/docs/src/assets/logo.svg" width="150">
2+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/QuantumKitHub/TensorKit.jl/blob/main/docs/src/assets/logo-dark.svg">
3+
<img alt="TensorKit.jl logo" src="https://github.com/QuantumKitHub/TensorKit.jl/blob/main/docs/src/assets/logo.svg" width="150">
44
</picture>
55

66
# TensorKit.jl
@@ -18,22 +18,22 @@ A Julia package for large-scale tensor computations, with a hint of category the
1818

1919

2020
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
21-
[docs-stable-url]: https://jutho.github.io/TensorKit.jl/stable
21+
[docs-stable-url]: https://QuantumKitHub.github.io/TensorKit.jl/stable
2222

2323
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
24-
[docs-dev-url]: https://jutho.github.io/TensorKit.jl/latest
24+
[docs-dev-url]: https://QuantumKitHub.github.io/TensorKit.jl/latest
2525

2626
[doi-img]: https://zenodo.org/badge/DOI/10.5281/zenodo.8421339.svg
2727
[doi-url]: https://doi.org/10.5281/zenodo.8421339
2828

2929
[downloads-img]: https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FTensorKit&query=total_requests&label=Downloads
3030
[downloads-url]: http://juliapkgstats.com/pkg/TensorKit
3131

32-
[ci-img]: https://github.com/Jutho/TensorKit.jl/actions/workflows/CI.yml/badge.svg
33-
[ci-url]: https://github.com/Jutho/TensorKit.jl/actions/workflows/CI.yml
32+
[ci-img]: https://github.com/QuantumKitHub/TensorKit.jl/actions/workflows/CI.yml/badge.svg
33+
[ci-url]: https://github.com/QuantumKitHub/TensorKit.jl/actions/workflows/CI.yml
3434

35-
[codecov-img]: https://codecov.io/gh/Jutho/TensorKit.jl/branch/master/graph/badge.svg
36-
[codecov-url]: https://codecov.io/gh/Jutho/TensorKit.jl
35+
[codecov-img]: https://codecov.io/gh/QuantumKitHub/TensorKit.jl/branch/master/graph/badge.svg
36+
[codecov-url]: https://codecov.io/gh/QuantumKitHub/TensorKit.jl
3737

3838
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
3939
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
@@ -63,12 +63,12 @@ breaking changes:
6363
resides in a single array of type `<:DenseVector`. While this does not lead to breaking
6464
changes in the interface, it does mean that `TensorMap` objects from TensorKit.jl
6565
v0.12.7 or earlier that were saved to disk using e.g. JLD2.jl, cannot simply be read back
66-
in using the new version of TensorKit.jl. We provide a script [below](https://github.com/Jutho/TensorKit.jl?tab=readme-ov-file#transferring-tensormap-data-from-older-versions-to-v013)
66+
in using the new version of TensorKit.jl. We provide a script [below](https://github.com/QuantumKitHub/TensorKit.jl?tab=readme-ov-file#transferring-tensormap-data-from-older-versions-to-v013)
6767
to export data in a format that can be read back in by TensorKit.jl v0.13.
6868

6969
Major non-breaking changes include:
7070

71-
* Support for [TensorOperations.jl v5](https://github.com/Jutho/TensorOperations.jl), and
71+
* Support for [TensorOperations.jl v5](https://github.com/QuantumKitHub/TensorOperations.jl), and
7272
with this the new backend and allocator support within the `@tensor` macro.
7373
* The part of TensorKit.jl that defines the `Sector` type hierarchy and its corresponding
7474
interface, as well as the implementation of all of the standard symmetries, has been
@@ -149,8 +149,8 @@ Additionally, for libraries that implement tensor network algorithms on top of
149149
TensorKit.jl, check out [MPSKit.jl](https://github.com/QuantumKitHub/MPSKit.jl),
150150
[MERAKit.jl](https://github.com/mhauru/MERAKit.jl) and [PEPSKit.jl](https://github.com/QuantumKitHub/PEPSKit.jl).
151151

152-
Check out the [tutorial](https://jutho.github.io/TensorKit.jl/stable/man/tutorial/) and the
153-
full [documentation](https://jutho.github.io/TensorKit.jl/stable).
152+
Check out the [tutorial](https://QuantumKitHub.github.io/TensorKit.jl/stable/man/tutorial/) and the
153+
full [documentation](https://QuantumKitHub.github.io/TensorKit.jl/stable).
154154

155155
## Installation
156156

@@ -180,7 +180,7 @@ platforms with a 64-bit architecture.
180180

181181
Contributions are very welcome, as are feature requests and suggestions. Please open an [issue][issues-url] if you encounter any problems.
182182

183-
[issues-url]: https://github.com/Jutho/TensorKit.jl/issues
183+
[issues-url]: https://github.com/QuantumKitHub/TensorKit.jl/issues
184184

185185
## Acknowledgements
186186

0 commit comments

Comments
 (0)