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

Separate QNN #113

Closed zaqqwerty closed 2 years ago

zaqqwerty commented 2 years ago

Separate first pieces of qnn module into circuit_model and circuit_infer submodules.

Part of resolving #110. Like #111 , theme is separating model code and inference code.