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.

get_parameter(params, key, default, descr[, …])

Read out a parameter from the dictionary and/or provide default values.

unused_parameters(params[, warn])

Returns a set of the parameters which have not been read out with get_parameters.

Module description

Tools to handle config options/paramters for algorithms.

See the doc-string of Config for details.