params¶
full name: tenpy.tools.params
parent module:
tenpy.tools
type: module
Classes

|
Dict-like wrapper class for parameter/configuration dictionaries. |
Functions
|
Convert a dict-like config to a |
|
Read out a parameter from the dictionary and/or provide default values. |
|
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.