sfc-aqua / quisp

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

Rename purification protocols #548

Closed lmpawan10 closed 7 months ago

lmpawan10 commented 7 months ago

The names of purification protocols have been renamed as follows:

  1. SINGLE_X: Single_Selection_X_Purification
  2. SINGLE_Z: Single_Selection_Z_Purification
  3. SINGLE_Y: Single_Selection_Y_Purification
  4. DOUBLE: Single_Selection_XZ_Purification
  5. DOUBLE_INV: Single_Selection_ZX_Purification
  6. DSSA: Double_Selection_X_Purification
  7. DSSA_INV: Double_Selection_Z_Purification
  8. DSDA: Double_Selection_XZ_Purification
  9. DSDA_INV: Double_Selection_ZX_Purification
  10. DSDA_SECOND: Double_Selection_X_Purification_Single_Selection_Z_Purification
  11. DSDA_SECOND_INV: Double_Selection_Z_Purification_Single_Selection_X_Purification

This change is Reviewable