Skip to content

Commit 5ef70a5

Browse files
fixed typo in q counting qpe
1 parent b5e10e0 commit 5ef70a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/amplitude_amplification_and_estimation/quantum_counting/quantum_counting_qpe.qmod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ THRESHOLD: int = 2;
2222
// Larger values provide finer phase resolution.
2323
PHASE_QUBITS: int = 5;
2424

25-
// Defining the qstruct, containing the quantum variables a and b
25+
// Defining the QStruct, containing the quantum variables a and b
2626
qstruct OracleVars {
2727
a: qnum<2>;
2828
b: qnum<2>;

0 commit comments

Comments
 (0)