pasqal-io / qadence-libs

A collection of libraries to enhance Qadence functionalities.
https://pasqal-io.github.io/qadence-libs/latest/
Apache License 2.0
6 stars 2 forks source link

Move QNN and TransformedModule #6

Open jpmoutinho opened 8 months ago

jpmoutinho commented 8 months ago

Move to qadence_libs.models.

Maybe also move the current Overlap? It inherits from QuantumModel.

Roland-djee commented 6 months ago

Hey @jpmoutinho how much of this is necessary for pasqal-io/qadence#396 especially for the QNN ? I guess we need to coordinate with @smitchaudary at some point.

jpmoutinho commented 6 months ago

It seems to me like pasqal-io/qadence#396 builds on top of QNN we can move forward with an MR for that and then later it would just be a matter of changing from qadence.models import QNN to from qadence_libs.models import QNN right?