Measurements.jl VS ITensors.jl

Compare Measurements.jl vs ITensors.jl and see what are their differences.

Measurements.jl

Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration. (by JuliaPhysics)

ITensors.jl

A Julia library for efficient tensor computations and tensor network calculations (by ITensor)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Measurements.jl ITensors.jl
2 4
472 483
1.1% 1.2%
5.8 9.4
24 days ago 2 days ago
Julia Julia
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Measurements.jl

Posts with mentions or reviews of Measurements.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-31.
  • Uncertainty in linear equations
    1 project | /r/AskPhysics | 21 Oct 2022
  • Lisp-stat: An environment for Statistical Computing
    4 projects | news.ycombinator.com | 31 Mar 2021
    Aside from the language features, some of the libraries in Julia make it really useful for statistical computing. One really cool library I am trying to use more and more in Julia is the Measurements library [1]. With the multiple dispatch system in Julia its super easy to integrate into most problems and can let you estimate error bounds on values programs produce. Super important for scientific applications.

    I am hoping in the future that I can mix this in with some auto-diff problems to get uncertainty bounds on estimation problems with minimal fiddling with covariance matrices. Right now the performance is the only problem in integrating the library into pretty much any problem :(

    [1] https://github.com/JuliaPhysics/Measurements.jl

ITensors.jl

Posts with mentions or reviews of ITensors.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-18.
  • A question relating to the BCS theory ground state
    1 project | /r/AskPhysics | 30 Mar 2023
    DMRG packages are available in Julia and C++ and Python. (Don't use Fortran. But here is a Fortran library if you insist.)
  • To those working in computational physics, what do you think of Julia?
    1 project | /r/Physics | 21 Dec 2022
    As one example, one of the leading libraries for tensor network simulations (https://itensor.org) has recently been rewritten in Julia (previously was c++) and the flatiron institute who develops it (which is certainly one of the leading Computational physics institutions in the world) is advising new users to use the Julia version. I also know some other computational groups which use Julia, even for things like quantum Monte Carlo (where I personally would have believed c++ to have an edge but people tell me different)! I think when even leading computational groups switch, Julia is almost always the much better option for the average user if you write your code from scratch (a situation not so rare in condensed matter). If you need to use some libraries or legacy code, this obviously changes the situation.
  • Julia 1.8 has been released
    8 projects | news.ycombinator.com | 18 Aug 2022
    > One thing that supports this view is that there are several Julia packages that are wrappers around existing C/Fortran/C++ libraries, and basically no examples (that I know) of people porting existing libraries to Julia.

    As with the others, I'll strongly disagree and chime in with a few examples off the top of my head:

    * ITensors.jl : They started moving from a C++ to Julia a couple years ago and now their webpage doesn't even mention their original C++ implementation on its homepage anymore https://itensor.org/

    * DifferentialEquations.jl : This has many state of the art differentiatial equation solving facilities in it, many of which are improvements over old Fortran libraries.

    * SpecialFunctions.jl, Julia's own libm, Bessels.jl, SLEEFPirates.jl : Many core math functions have ancient Fortran or C implementations from OpenLibm or whatever, and they're being progressively replaced with better, faster versions written in pure julia that outperform the old versions.

  • Initializing an n^k array as a sparse array?
    1 project | /r/Julia | 30 May 2021
    Otherwise, maybe check ITensors.jl or look for packages that want to do the same thing?

What are some alternatives?

When comparing Measurements.jl and ITensors.jl you can also consider the following projects:

lisp-stat - Lisp-Stat main system

Fastor - A lightweight high performance tensor algebra framework for modern C++

XLS-compat - XLISP-STAT compatibility library

danfojs - Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data.

FewSpecialFunctions.jl - Few special functions in Julia. Includes Clausen function, Coulomb wave functions, Debye function, Fresnel functions, Struve function, Hypergeometric functions, Confluent hypergeometric functions, Fermi-Dirac

NTNk.jl - Unsupervised Machine Learning: Nonnegative Tensor Networks + k-means clustering

common-lisp-stat - Common Lisp Statistics -- based on LispStat (Tierney) but updated for Common Lisp and incorporating lessons from R (http://www.r-project.org/). See the google group for lisp stat / common lisp statistics for a mailing list.

Octavian.jl - Multi-threaded BLAS-like library that provides pure Julia matrix multiplication

ProtoStructs.jl - Easy prototyping of structs

RecursiveArrayTools.jl - Tools for easily handling objects like arrays of arrays and deeper nestings in scientific machine learning (SciML) and other applications

GenericArpack.jl - A pure Julia translation of the Arpack library for eigenvalues and eigenvectors but for any numeric types. (Symmetric only right now)

tntorch - Tensor Network Learning with PyTorch