Skip to content

Commit

Permalink
mini fix param_gate.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Glacialte committed Nov 11, 2024
1 parent ce87a7b commit 818afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaluq/gate/param_gate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ namespace internal {
"update_quantum_state", \
[](const PARAM_GATE_TYPE& param_gate, \
StateVectorBatched& states, \
std::vector<double> params) { param_gate->update_quantum_state(states, param); }, \
std::vector<double> params) { param_gate->update_quantum_state(states, params); }, \
"Apply gate to `states` with holding the parameter. `states` in args is directly " \
"updated.") \
.def( \
Expand Down

0 comments on commit 818afd6

Please sign in to comment.