Yannick Stade
Yannick Stade
## Description This PR will introduce a new scheduler for the zoned neutral atom compiler. The new scheduler will be based on a min-cost flow algorithm. It creates a placement-aware...
### System and Environment Information MAC OS 15.6.1 MQT QMAP 3.4.0dev@9c84575 ### Bug Description When compiling a circuit with a global Hadamard Gate, this is dropped and does not exist...
The fix for the bug in #728 is not the most performant one and can be improved by using an ordered `std::map` and then calling a function like `lower_bound` to...