Skip to content

Conversation

rogue-infinity
Copy link
Contributor

Summary

This is a Quantum Data Generator for a variety of Hamiltonians defined in literature https://arxiv.org/abs/2408.12739. We utilize VQE to estimate the ground state energies and sample a range of parameters to define the Phase of matter

Details and comments

Hamiltonians

  • Introduced HamiltonianModel base class defining get_hamiltonian() and sample_parameters() interfaces
  • Each model includes a .sample_parameters() factory and .get_phase() phase‐labeling method for dataset annotation

VQE

  • Implemented VQE from scratch for estimating the ground state energy of these hamiltonians to be used for the dataset generation and subsequent usage to benchmark QNNs

@rogue-infinity
Copy link
Contributor Author

Will commit the unit tests shortly

@woodsp-ibm
Copy link
Member

The CI issues have been fixed by #919 but it seems that that is no update button provided here just the message about it being out-of-date) - maybe your branch has some protection that disallows this (another 2 PRs here the update button was present). As such it seems you will have to manually merge the new changes from main into your PR branch so as CI will not fail because of those pre-existing issues.

@edoaltamura edoaltamura added the on hold 🛑 Can not fix yet label May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on hold 🛑 Can not fix yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants