qiskit.chemistry.transformations.FermionicTransformation.transform¶
-
FermionicTransformation.
transform
(driver, aux_operators=None)[source]¶ Transformation from the
driver
to a qubit operator.- Parameters
driver (
BaseDriver
) – A driver encoding the molecule information.aux_operators (
Optional
[List
[FermionicOperator
]]) – Additional auxiliaryFermionicOperator
instances to evaluate.
- Return type
Tuple
[OperatorBase
,List
[OperatorBase
]]- Returns
A qubit operator and a dictionary of auxiliary operators.