pytest.h 129 B

1234567891011
  1. #pragma once
  2. #include "quantum.h"
  3. #define LAYOUT_ortho_1x1( \
  4. k00 \
  5. ) { \
  6. { k00 } \
  7. }
  8. #define LAYOUT LAYOUT_ortho_1x1