algorithm

  • full name: tenpy.algorithms.algorithm

  • parent module: tenpy.algorithms

  • type: module

Classes

Inheritance diagram of tenpy.algorithms.algorithm

Algorithm(psi, model, options, *[, resume_data])

Base class and common interface for a tensor-network based algorithm in TeNPy.

TimeEvolutionAlgorithm(psi, model, options, *)

Common interface for (real) time evolution algorithms.

Module description

This module contains some base classes for algorithms.