Skip to content

Commit

Permalink
Update misspelling apply_gate method doc (Qiskit#1998)
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Doi <[email protected]>
  • Loading branch information
notcruz and doichanj committed Nov 21, 2023
1 parent 8ac3c20 commit a07f76f
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 a07f76f

Please sign in to comment.