qiskit.aqua.operators.legacy.LegacyBaseOperator¶
-
class
LegacyBaseOperator
(basis=None, z2_symmetries=None, name=None)[source]¶ Operators relevant for quantum applications.
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
construct_evaluation_circuit
(wave_function, statevector_mode, **kwargs)[source]¶ Build circuits to compute the expectation w.r.t the wavefunction.
-
abstract
evaluate_with_result
(result, statevector_mode, **kwargs)[source]¶ 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)[source]¶ Time evolution, exp^(-jt H).
-
property
name
¶ returns name
-
abstract property
num_qubits
¶ Returns number of qubits for operator
-
property
z2_symmetries
¶ returns z2 symmetries
-
property