params

  • full name: tenpy.tools.params

  • parent module: tenpy.tools

  • type: module

Functions

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 paramters for algorithms.

See the doc-string of get_parameter() for details.