tequila.quantumchemistry.MoleculeFromOpenFermion¶
-
tequila.quantumchemistry.
MoleculeFromOpenFermion
(molecule, transformation: Union[str, Callable] = None, backend: str = None, *args, **kwargs) → tequila.quantumchemistry.qc_base.QuantumChemistryBase[source]¶ Initialize a tequila Molecule directly from an openfermion molecule object
- Parameters
molecule – The openfermion molecule
transformation – The Fermion to Qubit Transformation (jordan-wigner, bravyi-kitaev, bravyi-kitaev-tree and whatever OpenFermion supports)
backend – The quantum chemistry backend, can be None in this case
- Returns
- Return type
The tequila molecule