Skip to content

Commit d6010d3

Browse files
🎨 pre-commit fixes
1 parent 4ce0865 commit d6010d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/algorithms/StatePreparation.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ template <typename T>
175175
// works out Ry and Rz rotation angles used to disentangle LSB qubit
176176
// rotations make up block diagonal matrix U
177177
[[nodiscard]] auto
178-
rotationsToDisentangle(std::vector<std::complex<double>>& const amplitudes, double EPS)
178+
rotationsToDisentangle(std::vector<std::complex<double>>& const amplitudes,
179+
double EPS)
179180
-> std::tuple<std::vector<std::complex<double>>, std::vector<double>,
180181
std::vector<double>> {
181182
std::vector<std::complex<double>> remainingVector;

0 commit comments

Comments
 (0)