qua-platform / quam

The Quantum Abstract Machine (QuAM) is a comprehensive framework designed to abstract and manage quantum programming environments, providing robust tools for configuring and running quantum operations effectively. It is built over the QUA programming language, offering an organized structure for handling complex quantum components and operations.
http://qua-platform.github.io/quam/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Multiple integration weight sets #55

Closed JacobHast closed 4 weeks ago

JacobHast commented 2 months ago

Is it possible to have multiple sets of integration weights for a ReadoutPulse? E.g. I might want to compare readout using simple flat weights with optimally shaped weights.

nulinspiratie commented 2 months ago

Hey Jacob, we decided in QuAM to keep one set of integration weights per pulse, and therefore identical pulses with different integration weights should be defined as separate pulses

JacobHast commented 2 months ago

Ahh, I see, we try that then!

nulinspiratie commented 4 weeks ago

Closing issue, @JacobHast please reopen if not resolved