Skip to content

Update Einsum. #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/comparisons/math/einsum.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ From README.md of this package:
From README.md of this package:
> This is a repository for the Google Summer of Code project on Differentiable Tensor Networks. It implements one function that both computer scientists and physicists love, the Einstein summation

### Tensorial.jl
{{badge Tensorial}}
From the README of this package:

> [Tensorial.jl](https://github.com/KeitaNakamura/Tensorial.jl/) provides statically sized Tensor type that is compatible with `AbstractArray`, similar to `SArray` from [StaticArrays.jl](https://github.com/JuliaArrays/StaticArrays.jl). In addition to supporting basic AbstractArray operations, the package offers a tensorial interface and several advanced features:
>
> * Contraction, tensor product (⊗), and a flexible `@einsum` macro for Einstein summation convention
> * A `@Symmetry` macro to define the tensor symmetries, eliminating unnecessary calculations
> * Automatic differentiation via `gradient` and `hessian` functions, leveraging [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl)
> * Performance comparable to SArray


### TensorOperations.jl
{{badge TensorOperations}}

Expand All @@ -39,4 +51,4 @@ Tortilla.jl was announced in JuliaCon2018, but the package is not public yet.
* [For Loops 2.0: Index Notation and the Future of Tensor Compilers | Willow Ahrens | JuliaCon 2018](https://www.youtube.com/watch?v=Rp7sTl9oPNI)

## Star History
{{star_history Tullio Einsum OMEinsum TensorOperations TensorCast ArrayMeta}}
{{star_history Tullio Einsum OMEinsum TensorOperations TensorCast ArrayMeta Tensorial}}
1 change: 1 addition & 0 deletions docs/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const PKGINFOS = [
PkgInfo(pkgname="TensorOperations", username="Jutho", branch="master"),
PkgInfo(pkgname="TensorCast", username="mcabbott", branch="master"),
PkgInfo(pkgname="ArrayMeta", username="shashi", branch="master", docslink=nothing, codecovlink=nothing, registered=false),
PkgInfo(pkgname="Tensorial", username="KeitaNakamura", branch="main"),
# PkgInfo(pkgname="Tortilla", username="willow-ahrens"),
PkgInfo(pkgname="Chain", username="jkrumbiegel", branch="master", docslink=nothing, codecovlink=nothing),
PkgInfo(pkgname="Lazy", username="MikeInnes", branch="master", docslink=nothing, codecovlink=nothing),
Expand Down