EntanglementForgedGroundStateSolver should return auxiliary eigenstates, N, S_z, and S^2, from its solve method.
This feature is fully implemented, and running the tutorials in this branch should yield these values when printing the results object from the EntanglementForgedGroundStateSolver.solve method.
(note, you will need to install entanglement forging from within my branch with pip install . in order to run the tutorials and see the new outputs)
This PR will remain a WIP until we implement test cases ensuring these values are valid.
EntanglementForgedGroundStateSolver should return auxiliary eigenstates, N, S_z, and S^2, from its solve method.
This feature is fully implemented, and running the tutorials in this branch should yield these values when printing the results object from the EntanglementForgedGroundStateSolver.solve method.
(note, you will need to install entanglement forging from within my branch with pip install . in order to run the tutorials and see the new outputs)
This PR will remain a WIP until we implement test cases ensuring these values are valid.