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

Design discussion: separate model and inference across library #110

Closed zaqqwerty closed 2 years ago

zaqqwerty commented 2 years ago

Initial discussions in #106 centered on separating model and inference for EBMs. But, this principle also applies to QNNs and QHBMs: the model can be an object on which inference functions are called.

zaqqwerty commented 2 years ago

With #125 the major parts of the overhaul are complete, remainder is in more specific TODOs.