How to Install and Uninstall python312-cotengra Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python312-cotengra" package

Learn how to install python312-cotengra on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-cotengra

2. Uninstall "python312-cotengra" package

This tutorial shows how to uninstall python312-cotengra on openSuSE Tumbleweed:

$ sudo zypper remove python312-cotengra

3. Information about the python312-cotengra package on openSuSE Tumbleweed

Information for package python312-cotengra:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-cotengra
Version : 0.5.6-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-cotengra-0.5.6-1.1.src
Upstream URL : https://github.com/jcmgray/cotengra
Summary : Hyper optimized contraction trees for large tensor networks and einsums
Description :
A python library for contracting tensor networks or einsum expressions involving large numbers of tensors.
Some of the key feautures of cotengra include:
* drop-in einsum replacement
* an explicit contraction tree object that can be flexibly built, modified and visualized
* a 'hyper optimizer' that samples trees while tuning the generating meta-paremeters
* dynamic slicing for massive memory savings and parallelism
* support for hyper edge tensor networks and thus arbitrary einsum equations
* paths that can be supplied to numpy.einsum, opt_einsum, quimb among others
* performing contractions with tensors from many libraries via cotengra, even if they don't provide einsum
or tensordot but do have (batch) matrix multiplication