google / qhbm-library

Quantum Hamiltonian-Based Models built on TensorFlow Quantum
https://qhbm-library.readthedocs.io/en/latest/
Apache License 2.0
40 stars 15 forks source link

New VQT #139

Open zaqqwerty opened 2 years ago

zaqqwerty commented 2 years ago

Add and test a VQT method for new style QHBMs. Need to test cases where: energy and circuit have variables in common; variables in a given component are of different shapes, for example when energy is an MLP; and graph versus non-graph modes.

zaqqwerty commented 2 years ago

All that's left is addressing all the test cases above.