Skip to content

Commit ad7b1d1

Browse files
authored
Fix minor typos (#716)
<!--- This file has been generated from an external template. Please do not modify it directly. --> <!--- Changes should be contributed to https://github.com/munich-quantum-toolkit/templates. --> ## Summary Fix minor typos - tehcniques -> techniques - if give -> if given - guarantueed -> guaranteed
1 parent 97a093f commit ad7b1d1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

python/mqt/qmap/clifford_synthesis.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Verbosity(Enum):
2828
verbose = ...
2929

3030
class SynthesisConfiguration:
31-
"""Class representing the configuration for the Clifford synthesis tehcniques."""
31+
"""Class representing the configuration for the Clifford synthesis techniques."""
3232

3333
dump_intermediate_results: bool
3434
gate_limit_factor: float

python/mqt/qmap/na/state_preparation.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class NAStatePreparationSolver:
105105
stage, atoms can be stored from AOD into SLM traps and loaded from SLM traps
106106
into AOD. At the end of each stage, the atoms are shuttled to their next
107107
position. The number of stages is specified by `num_stages`. The number of
108-
transfers is fixed by `num_transfers` if give. If this parameter is not
108+
transfers is fixed by `num_transfers` if given. If this parameter is not
109109
specified, then the solver will determine the optimal number of transfers. The
110110
parameter `mind_ops_order` specifies whether the order of the operations in the
111111
circuit should be preserved. The parameter `shield_idle_qubits` specifies
@@ -116,7 +116,7 @@ class NAStatePreparationSolver:
116116
:func:`get_ops_for_solver`.
117117
118118
119-
The returned solver's result can either directly exported to the JSON format
119+
The returned solver's result can either be directly exported to the JSON format
120120
by calling the method :func:`json` on the result object or the result object
121121
can be passed to the function :func:`generate_code` to generate code
122122
consisting of neutral atom operations.

python/mqt/qmap/plugins/qiskit/sc/compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def compile( # noqa: A001
8686
iterative_bidirectional_routing_passes: Number of iterative bidirectional routing passes to perform or None to disable. Defaults to None.
8787
layering: The layering strategy to use. Defaults to :attr:`~Layering.individual_gates`.
8888
automatic_layer_splits_node_limit: The number of expanded nodes after which to split a layer or None to disable automatic layer splitting. Defaults to 5000.
89-
early_termination: The early termination strategy to use, i.e. terminating the search after a goal node has been found, but before it is guarantueed to be optimal. Defaults to :attr:`~EarlyTermination.none`.
89+
early_termination: The early termination strategy to use, i.e. terminating the search after a goal node has been found, but before it is guaranteed to be optimal. Defaults to :attr:`~EarlyTermination.none`.
9090
early_termination_limit: The number of nodes (counted according to the early termination strategy) after which to terminate the search early. Defaults to 0.
9191
lookahead_heuristic: The heuristic function to use as a lookahead penalty during search or None to disable lookahead. Defaults to :attr:`~LookaheadHeuristic.gate_count_max_distance`.
9292
lookaheads: The number of lookaheads to be used or None if no lookahead should be used. Defaults to 15.

0 commit comments

Comments
 (0)