Previous: Creating arbitrary permutations, Up: Shifts


Destroying a shift

The corresponding destruction function is QDP_destroy_shift.

Syntax void QDP_destroy_shift(QDP_Shift shift);


Meaning Frees memory associated with the map shift.


Example QDP_destroy_shift(shift);