KaleidoscopeSystemService.__call__¶
-
KaleidoscopeSystemService.
__call__
(name=None)[source]¶ Return all backends that satisfy the given criteria.
If no criteria passed then returns all systems.
- Parameters
name (str or list) – System name(s).
- Returns
A single backend instance if only one. BackendCollection: List of specified backends if more than one.
- Return type
IBMQBackend
- Raises
KaleidoscopeError – No matching backends.