Skip to content

Commit 04b697d

Browse files
authored
Fix minor typos (#426)
1 parent 0611af6 commit 04b697d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/mqt/predictor/rl/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Licensed under the MIT License
88

9-
"""This modules provides the actions that can be used in the reinforcement learning environment."""
9+
"""This module provides the actions that can be used in the reinforcement learning environment."""
1010

1111
from __future__ import annotations
1212

src/mqt/predictor/rl/parsing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class PreProcessTKETRoutingAfterQiskitLayout:
4646
0 1 2
4747
4848
Applying the trivial layout, we get the same qubit order as in the original circuit and can be respectively
49-
routed. This results int:
49+
routed. This results in:
5050
┌───┐ ░ ┌─┐
5151
q_0: ┤ H ├──■────────░───────┤M├
5252
└───┘┌─┴─┐ ░ ┌─┐└╥┘
@@ -62,7 +62,7 @@ class PreProcessTKETRoutingAfterQiskitLayout:
6262
0 1 2
6363
6464
65-
If we would not apply the trivial layout, no layout would be considered resulting, e.g., in the followiong circuit:
65+
If we would not apply the trivial layout, no layout would be considered resulting, e.g., in the following circuit:
6666
┌───┐ ░ ┌─┐
6767
q_0: ─────┤ X ├─────■───░────┤M├───
6868
┌───┐└─┬─┘ ┌─┴─┐ ░ ┌─┐└╥┘

0 commit comments

Comments
 (0)