qiskit-community / prototype-entanglement-forging

A module for simulating chemical and physical systems using a Variational Quantum Eigensolver (VQE) enhanced by Entanglement Forging.
https://journals.aps.org/prxquantum/abstract/10.1103/PRXQuantum.3.010309
Apache License 2.0
30 stars 10 forks source link

Implement new abstract parent methods in EFGroundStateSolver #52

Closed caleb-johnson closed 2 years ago

caleb-johnson commented 2 years ago

The solver property and get_qubit_operators are two new abstract methods in GroundStateSolver and must be implemented in EFGroundStateSolver. The solver property was properly implemented, but the get_qubit_operators will throw a NotImplementedError if called.