sfc-aqua / quisp

Open source implementation of quantum internet simulation package
BSD 3-Clause "New" or "Revised" License
89 stars 36 forks source link

Check-rule and created RuleSet mismatch #552

Open lmpawan10 opened 6 months ago

lmpawan10 commented 6 months ago

Check-rule for 1031 purification type and the created RuleSet does not match inside modules/QRSA/HardwareMonitor/HardwareMonitor.cc.

Check rule is for DOUBLE_SELECTION_X_PURIFICATION, while the RuleSet is for DOUBLE_SELECTION_XZ_PURIFICATION. Make it DOUBLE_SELECTION_XZ_PURIFICATION for both.

Same for the inverse type as well.