Skip to content

Commit

Permalink
fix label for multiplication
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Aug 2, 2024
1 parent 661de4e commit c873148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/kimchi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ impl Backend for KimchiVesta {

// create a gate to store the result
self.add_generic_gate(
"add two variables together",
"multiply two variables together",
vec![Some(*lhs), Some(*rhs), Some(res)],
vec![zero, zero, one.neg(), one],
span,
Expand Down

0 comments on commit c873148

Please sign in to comment.