Skip to content

Commit

Permalink
float declare Circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
KowerKoint committed Nov 15, 2024
1 parent 82df9d9 commit 5fa9b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/circuit/circuit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,6 @@ void Circuit<Fp>::check_gate_is_valid(const ParamGate<Fp>& gate) const {
throw std::runtime_error("Gate to be added to the circuit has invalid qubit range");
}
}

FLOAT_DECLARE_CLASS(Circuit)
} // namespace scaluq

0 comments on commit 5fa9b86

Please sign in to comment.