Skip to content

tensor4all/SimpleTensorNetworks.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleTensorNetworks

Dev CI

This library implements a minimal subset of tensor network functionality required for TensorCrossInterpolation.jl. The development draws significant inspiration from ITensorNetworks.jl.

Feature list:

  • Similar functionality to ITensors.Index and ITensors.ITensor without type instability
  • Contraction operations for two tensor objects
  • Tree tensor network structure based on DataGraphs.jl

Remarks:

  • Maintain type stability wherever possible to support future static compilation with juliac.
  • Feedback to ITensorNetworks.jl is encouraged. For instance, DataGraphs.jl lacks sufficient documentation, and contributing to its documentation could be beneficial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages