IsingSymbolGenerator¶
- class IsingSymbolGenerator¶
Methods
Attributes
- __init__()¶
- __init_subclass__()¶
This method is called when a class is subclassed.
The default implementation does nothing. It may be overridden to extend subclasses.
- array(*args, **kwargs)¶
- matrix(*args, **kwargs)¶
- scalar(*args, **kwargs)¶
- __deprecated__ = 'IsingSymbolGenerator is deprecated since amplify v1.0.0 and will no longer support in the near future.\nUse VariableGenerator instead. Please see the migration guide for details: https://amplify.fixstars.com/docs/amplify/v1/migration.html'¶
- __dict__ = mappingproxy({'__module__': 'amplify._backward', '__init__': <function IsingSymbolGenerator.__init__>, 'array': <function IsingSymbolGenerator.array>, 'scalar': <function IsingSymbolGenerator.scalar>, 'matrix': <function IsingSymbolGenerator.matrix>, 'variables': <property object>, '__dict__': <attribute '__dict__' of 'IsingSymbolGenerator' objects>, '__weakref__': <attribute '__weakref__' of 'IsingSymbolGenerator' objects>, '__doc__': None, '__new__': <staticmethod(<function object.__new__>)>, '__init_subclass__': <function IsingSymbolGenerator.__init_subclass__>, '__deprecated__': 'IsingSymbolGenerator is deprecated since amplify v1.0.0 and will no longer support in the near future.\nUse VariableGenerator instead. Please see the migration guide for details: https://amplify.fixstars.com/docs/amplify/v1/migration.html', '__annotations__': {}})¶
- __weakref__¶
list of weak references to the object (if defined)
- property variables¶