Skip to content

Commit

Permalink
Update qcircuit_conditional_step.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Dec 16, 2024
1 parent d38b1b6 commit fd60961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/qpp/internal/classes/qcircuit_conditional_step.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ struct QCircuitConditionalStep : IDisplay {
idx dit_shift = 0; ///< relative position of the first dit w.r.t. 0,
///< used when composing circuits
std::optional<std::pair<idx, cond_func_t>>
if_expr; ///< location of if statement and corresponding condition
///< function
std::optional<idx> else_expr; ///< location of else statement
std::optional<idx> endif_expr; ///< location of endif statement
if_expr{}; ///< location of if statement and corresponding condition
///< function
std::optional<idx> else_expr{}; ///< location of else statement
std::optional<idx> endif_expr{}; ///< location of endif statement

/**
* \brief Equality operator
Expand Down

0 comments on commit fd60961

Please sign in to comment.