qiskit.aqua.operators.legacy.LegacyBaseOperator¶
-
class
LegacyBaseOperator
(basis=None, z2_symmetries=None, name=None)[Quellcode]¶ Operators relevant for quantum applications.
Constructor.
-
abstract
__init__
(basis=None, z2_symmetries=None, name=None)[Quellcode]¶ Constructor.
Methods
__init__
([basis, z2_symmetries, name])Constructor.
chop
(threshold[, copy])construct_evaluation_circuit
(wave_function, …)Build circuits to compute the expectation w.r.t the wavefunction.
evaluate_with_result
(result, …)Consume the result from the quantum computer to build the expectation, will be only used along with the
construct_evaluation_circuit()
method.evolve
(state_in, evo_time, num_time_slices, …)Time evolution, exp^(-jt H).
is_empty
()Check Operator is empty or not
print details
Convert to new Operator format.
Attributes
returns basis
returns name
Returns number of qubits for operator
returns z2 symmetries
-
property
basis
¶ returns basis
-
abstract
chop
(threshold, copy=False)[Quellcode]¶
-
abstract
construct_evaluation_circuit
(wave_function, statevector_mode, **kwargs)[Quellcode]¶ Build circuits to compute the expectation w.r.t the wavefunction.
-
abstract
evaluate_with_result
(result, statevector_mode, **kwargs)[Quellcode]¶ Consume the result from the quantum computer to build the expectation, will be only used along with the
construct_evaluation_circuit()
method.
-
abstract
evolve
(state_in, evo_time, num_time_slices, expansion_mode, expansion_order, **kwargs)[Quellcode]¶ Time evolution, exp^(-jt H).
-
abstract
is_empty
()[Quellcode]¶ Check Operator is empty or not
-
property
name
¶ returns name
-
abstract property
num_qubits
¶ Returns number of qubits for operator
-
abstract
print_details
()[Quellcode]¶ print details
-
abstract
to_opflow
()[Quellcode]¶ Convert to new Operator format.
-
property
z2_symmetries
¶ returns z2 symmetries
-
abstract