ChemistryOperator¶
-
class
ChemistryOperator
[source]¶ Bases:
abc.ABC
Base class for ChemistryOperator.
Methods
Takes the algorithm result and processes it as required, e.g.
Convert the qmolecule, according to the ChemistryOperator, into an Operator that can be given to a QuantumAlgorithm
Attributes
-
INFO_NUM_ORBITALS
= 'num_orbitals'¶
-
INFO_NUM_PARTICLES
= 'num_particles'¶
-
INFO_TWO_QUBIT_REDUCTION
= 'two_qubit_reduction'¶
-
INFO_Z2SYMMETRIES
= 'z2symmetries'¶
-
molecule_info
¶ returns molecule info
-