Skip to content

Commit 4f36ece

Browse files
moved multiplex comment into docstring
1 parent c4bc7f5 commit 4f36ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/StatePreparation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ template <typename T>
9393
return result;
9494
}
9595

96-
// recursive implementation that returns multiplexer circuit
9796
/**
97+
* @brief recursive implementation that returns multiplexer circuit
9898
* @param target_gate : Ry or Rz gate to apply to target qubit, multiplexed
9999
* over all other "select" qubits
100100
* @param angles : list of rotation angles to apply Ry and Rz

0 commit comments

Comments
 (0)