Skip to content

Commit

Permalink
Update misspelling apply_gate method doc (#1998)
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Doi <doichan@jp.ibm.com>
  • Loading branch information
notcruz and doichanj authored Nov 16, 2023
1 parent 4f309b4 commit 880df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulators/statevector/statevector_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class State : public QuantumState::State<statevec_t> {
// Apply instructions
//-----------------------------------------------------------------------

// Applies a sypported Gate operation to the state class.
// Applies a supported Gate operation to the state class.
// If the input is not in allowed_gates an exeption will be raised.
void apply_gate(const Operations::Op &op);

Expand Down

0 comments on commit 880df28

Please sign in to comment.