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.- Parameters:
arg β The class of the polynomial that decides the type of the variable. None gives a
VariableGenerator,BinaryPolygives aBinarySymbolGenerator, andIsingPolygives anIsingSymbolGenerator.- Returns:
The generator that arg selected.
- Raises:
TypeError β arg is not None,
BinaryPoly, orIsingPoly.