Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix: Correct typo in function name and Quil execution note#59

Open
q-inho wants to merge 1 commit into
rigetti:mainrigetti/qiskit-rigetti:mainfrom
q-inho:typoq-inho/qiskit-rigetti:typoCopy head branch name to clipboard
Open

fix: Correct typo in function name and Quil execution note#59
q-inho wants to merge 1 commit into
rigetti:mainrigetti/qiskit-rigetti:mainfrom
q-inho:typoq-inho/qiskit-rigetti:typoCopy head branch name to clipboard

Conversation

@q-inho

@q-inho q-inho commented Aug 11, 2025

Copy link
Copy Markdown

Summary

Fix minor typos

  • Remove duplicate words "can"
  • CPHASE01 -> CPHASE10
  • test_run__no_measurments->test_run__no_measurements

@windsurf-bot windsurf-bot Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 To request another review, post a new comment with "/windsurf-review".

::

CPHASE01(theta) = [[1, 0, 0, 0],
CPHASE10(theta) = [[1, 0, 0, 0],

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! This correction properly aligns the gate name in the docstring with the actual implementation of the CPhase10Gate class.

Comment thread tests/test_qcs_backend.py


def test_run__no_measurments(backend: RigettiQCSBackend):
def test_run__no_measurements(backend: RigettiQCSBackend):

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch on fixing the spelling of 'measurements' in the function name. This improves code consistency and readability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.