qBraid / qbraid-algorithms

Build hybrid quantum-classical algorithms with qBraid
GNU General Public License v3.0
6 stars 4 forks source link

Implement quantum dynamics simulation detuning layer #9

Open ryanhill1 opened 4 months ago

ryanhill1 commented 4 months ago

https://github.com/qBraid/qbraid-algorithms/blob/acdbe47e971830136ad822a542059693d3da40de/qbraid_algorithms/qrc/dynamics.py#L56

Implement apply_layer function, which will in-turn require implementations of the generate_site function, the DetuningLayer class, and will incorporate the KrylovEvolution class (https://github.com/qBraid/qbraid-algorithms/issues/8)