params

  • full name: tenpy.tools.params

  • parent module: tenpy.tools

  • type: module

Classes

Inheritance diagram of tenpy.tools.params

Config(config, name)

Dict-like wrapper class for parameter/configuration dictionaries.

Functions

asConfig(config, name)

Convert a dict-like config to a Config.

Module description

Tools to handle config options/parameters for algorithms.

See the doc-string of Config for details.