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

Automate inference #173

Closed zaqqwerty closed 2 years ago

zaqqwerty commented 2 years ago

Refactors inference classes to clean up interfaces.

Resolves #115. Also, makes energy (circuit) a constructor argument of EnergyInference (QuantumInference). Models not being connected to their inference engines was making some interfaces more cluttered than they needed to be.

Depends on #175

zaqqwerty commented 2 years ago

Superceded by #181