Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Potentially alias relaxed_results to min_eigen_solver_result #20

@garrison

Description

@garrison

What is the expected enhancement?

Currently, we have

@property
def relaxed_results(self) -> MinimumEigensolverResult:
return self._relaxed_results

but the parallel class in qiskit-optimization calls it min_eigen_solver_result. We've decided against renaming it in QRAO in this way because we feel it obscures the meaning of the relaxed Hamiltonian, but we might want to consider aliasing the property, such that either property works, for consistency with qiskit-optimization.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions