Overview of pennylane.qchem
mainThe pennylane.qchem module provides tools for quantum chemistry, including:
- Performing Hartree-Fock (HF) calculations.
- Constructing molecular Hamiltonians and observables (dipole moment, spin, and particle number).
- Converting between PennyLane and OpenFermion's
QubitOperatorandFermionOperator.
Note: pennylane.math.decomposition.givens_decomposition has moved to pennylane.math. While still available in pennylane.qchem for backward compatibility, it is recommended to use the new location.