Skip to content

Commit c4bc7f5

Browse files
2 parents 93a2374 + c0f4827 commit c4bc7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mqt-core/algorithms/StatePreparation.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ namespace qc {
3434
*a power of two
3535
**/
3636
[[nodiscard]] auto
37-
createStatePreparationCircuit(std::vector<std::complex<double>>& amplitudes, double EPS = 1e-10)
38-
-> QuantumComputation;
37+
createStatePreparationCircuit(std::vector<std::complex<double>>& amplitudes,
38+
double EPS = 1e-10) -> QuantumComputation;
3939
} // namespace qc

0 commit comments

Comments
 (0)