Russian
Языки
English
Bengali
French
Hindi
Japanese
Korean
Russian
Spanish
Tamil
Turkish



GenerativeNetwork.get_output

abstract GenerativeNetwork.get_output(quantum_instance, params=None, shots=None)[исходный код]

Apply quantum/classical neural network to given input and get the respective output

Параметры:
  • quantum_instance (QuantumInstance) – Quantum Instance, used to run the generator circuit.

  • params (ndarray | None) – parameters which should be used to run the generator, if None use self._params

  • shots (int | None) – if not None use a number of shots that is different from the number set in quantum_instance

Результат:

Neural network output

Исключение:

NotImplementedError – not implemented

Тип результата:

Tuple[List, List]