algorithm

  • full name: tenpy.algorithms.algorithm

  • parent module: tenpy.algorithms

  • type: module

Classes

Inheritance diagram of tenpy.algorithms.algorithm

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

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

TimeDependentHAlgorithm(psi, model, options, ...)

Time evolution under a time dependent Hamiltonian.

TimeEvolutionAlgorithm(psi, model, options, ...)

Common interface for (real) time evolution algorithms.

Module description

This module contains some base classes for algorithms.