SymbolGenerator¶
- SymbolGenerator(arg=None) VariableGenerator | BinarySymbolGenerator | IsingSymbolGenerator¶
Make a generator of variables. Deprecated.
Use
VariableGeneratorand give the type of the variable to each of its methods.- パラメータ:
arg -- The class of the polynomial that decides the type of the variable. None gives a
VariableGenerator,BinaryPolygives aBinarySymbolGenerator, andIsingPolygives anIsingSymbolGenerator.- 戻り値:
The generator that arg selected.
- 例外:
TypeError -- arg is not None,
BinaryPoly, orIsingPoly.