We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93a2374 + c0f4827 commit c4bc7f5Copy full SHA for c4bc7f5
include/mqt-core/algorithms/StatePreparation.hpp
@@ -34,6 +34,6 @@ namespace qc {
34
*a power of two
35
**/
36
[[nodiscard]] auto
37
-createStatePreparationCircuit(std::vector<std::complex<double>>& amplitudes, double EPS = 1e-10)
38
- -> QuantumComputation;
+createStatePreparationCircuit(std::vector<std::complex<double>>& amplitudes,
+ double EPS = 1e-10) -> QuantumComputation;
39
} // namespace qc
0 commit comments