From 886b6f08787f01f26482f1c739b81b668a60a92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= <15837247+mofeing@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:53:05 -0400 Subject: [PATCH] Format package names in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c79e2c4..8ad1c9ca 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ A Julia library for **Ten**sor **Net**works. `Tenet` can be executed both at loc ## Features -- Optimized Tensor Network contraction order, powered by [`EinExprs`](https://github.com/bsc-quantic/EinExprs.jl) +- Optimized Tensor Network contraction order, powered by [EinExprs.jl](https://github.com/bsc-quantic/EinExprs.jl) - Tensor Network slicing/cuttings - Automatic Differentiation of TN contraction - Distributed contraction - Local Tensor Network transformations/simplifications -- 2D & 3D visualization of large networks, powered by [`Makie`](https://github.com/MakieOrg/Makie.jl) +- 2D & 3D visualization of large networks, powered by [Makie.jl](https://github.com/MakieOrg/Makie.jl) - Quantum Tensor Networks - Conversion from/to [ITensors.jl](https://github.com/ITensor/ITensors.jl) and [ITensorNetworks.jl](https://github.com/ITensor/ITensorNetworks.jl)