pasqal-io / qadence

Digital-analog quantum programming interface
https://pasqal-io.github.io/qadence/latest/
Apache License 2.0
64 stars 17 forks source link

[Proto, Hamevo, Docs] Make `HamEvo` the central operations in Qadence #127

Open madagra opened 8 months ago

madagra commented 8 months ago

Description to be filled.

Roland-djee commented 4 months ago

@jpmoutinho Is this relevant/already the case ?

jpmoutinho commented 4 months ago

This is a bit of an exploratory idea, but we can keep it in mind for the future. The goal would be to always describe operations (in the docs) in terms of their hamiltonian evolution, even if just simple digital gates like CNOT or RX or anything else. The goal would be to instruct users on this equivalence and then make the introduction of "analog" operations more natural, since it is just a generalization.

Roland-djee commented 4 months ago

This is a bit of an exploratory idea, but we can keep it in mind for the future. The goal would be to always describe operations (in the docs) in terms of their hamiltonian evolution, even if just simple digital gates like CNOT or RX or anything else. The goal would be to instruct users on this equivalence and then make the introduction of "analog" operations more natural, since it is just a generalization.

OK thanks makes sense.