:py:mod:`aer_worker.main` ========================= .. py:module:: aer_worker.main .. autodoc2-docstring:: aer_worker.main :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`submit ` - .. autodoc2-docstring:: aer_worker.main.submit :summary: * - :py:obj:`submit_single ` - .. autodoc2-docstring:: aer_worker.main.submit_single :summary: Data ~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`logger ` - .. autodoc2-docstring:: aer_worker.main.logger :summary: * - :py:obj:`worker ` - .. autodoc2-docstring:: aer_worker.main.worker :summary: API ~~~ .. py:data:: logger :canonical: aer_worker.main.logger :value: 'getLogger(...)' .. autodoc2-docstring:: aer_worker.main.logger .. py:data:: worker :canonical: aer_worker.main.worker :value: 'Worker(...)' .. autodoc2-docstring:: aer_worker.main.worker .. py:function:: submit(circuits: list[pytket._tket.circuit.Circuit], n_shots: int) -> list[pytket.backends.backendresult.BackendResult] :canonical: aer_worker.main.submit .. autodoc2-docstring:: aer_worker.main.submit .. py:function:: submit_single(circuit: pytket._tket.circuit.Circuit, n_shots: int) -> pytket.backends.backendresult.BackendResult :canonical: aer_worker.main.submit_single .. autodoc2-docstring:: aer_worker.main.submit_single