Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.transpiler.PassManagerConfig.from_backend

classmethod PassManagerConfig.from_backend(backend, **pass_manager_options)[소스]

Construct a configuration based on a backend and user input.

This method automatically gererates a PassManagerConfig object based on the backend’s features. User options can be used to overwrite the configuration.

매개변수
  • backend (BackendV1) – The backend that provides the configuration.

  • pass_manager_options – User-defined option-value pairs.

반환

The configuration generated based on the arguments.

반환 형식

PassManagerConfig

예외 발생

AttributeError – If the backend does not support a configuration() method.