qiskit-community / qiskit-alt

High-performance Qiskit features backed by Julia. A Python front end to algorithms using Pauli and Fermionic operators implemented in Julia.
Apache License 2.0
13 stars 2 forks source link

Create Comparing-qiskit_alt-and-qiskit_nature-VQE-output.ipynb #35

Closed saharbenrached closed 2 years ago

saharbenrached commented 2 years ago

Comparing the Fermionic operator computed with qiskit-nature and qiskit-alt.

The fermionic operators are equal, and the coefficients in the PauliSumOp may be different in order but it remains the same operator.

The VQE is run with the same ansatz, optimizer, and VQE function from qiskit-nature.

The output ground state energy is still different.

Eventually, we don't have to push this notebook to the main branch.