Skip to content

Commit

Permalink
Update fast_pauli/cpp/src/fast_pauli.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: James E T Smith <[email protected]>
  • Loading branch information
stand-by and jamesETsmith authored Aug 1, 2024
1 parent c1f7111 commit 94df8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast_pauli/cpp/src/fast_pauli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ PYBIND11_MODULE(_fast_pauli, m) {
}
return results;
},
"states"_a, "coef"_a = std::complex<double>{1.0})
"states"_a, "coeff"_a = std::complex<double>{1.0})
.def("__str__",
[](fp::PauliString const &self) { return fmt::format("{}", self); });

Expand Down

0 comments on commit 94df8ad

Please sign in to comment.