summaryrefslogtreecommitdiff
path: root/qml/python/transformations.py
diff options
context:
space:
mode:
Diffstat (limited to 'qml/python/transformations.py')
-rw-r--r--qml/python/transformations.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/qml/python/transformations.py b/qml/python/transformations.py
index 380c30c..adf0395 100644
--- a/qml/python/transformations.py
+++ b/qml/python/transformations.py
@@ -72,10 +72,10 @@ class Rotation(object):
""" Apply the transformations on the sides.
"""
return {
- "TOP": self.board.side["RIGHT"],
- "LEFT": self.board.side["TOP"],
- "RIGHT": self.board.side["BOTTOM"],
- "BOTTOM":self.board.side["LEFT"]
+ "BOTTOM": self.board.side["RIGHT"],
+ "RIGHT": self.board.side["TOP"],
+ "LEFT": self.board.side["BOTTOM"],
+ "TOP":self.board.side["LEFT"]
}
class Symmetry(object):