Skip to content

voiage.main_backends.get_backend

get_backend([positional or keyword] name: str | None = None) -> Backend

Get a computational backend by name.

If no name is provided, returns the default backend.

Parameters:

  • name str | None (default: None)

Returns: Backend