Skip to content

Commit 5250e0c

Browse files
🎨 pre-commit fixes
1 parent 875dc15 commit 5250e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/mqt-core/algorithms/StatePreparation.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace qc {
3636
* @throws invalid_argument If @p amplitudes is not normalized or its length is
3737
* not a power of two.
3838
**/
39-
[[nodiscard]] auto
40-
createStatePreparationCircuit(const std::vector<std::complex<double>>& amplitudes,
41-
double eps = 1e-10) -> QuantumComputation;
39+
[[nodiscard]] auto createStatePreparationCircuit(
40+
const std::vector<std::complex<double>>& amplitudes, double eps = 1e-10)
41+
-> QuantumComputation;
4242
} // namespace qc

0 commit comments

Comments
 (0)