Skip to content

Conversation

debasmita2102
Copy link

Testing

  • All 58,020+ tests pass successfully
  • Verified with tox -e lint and tox -e py313

- Implement _is_clifford_circuit() to detect Clifford circuits
- Implement _run_clifford_circuit() using StabilizerState for efficient simulation
- Fixes Qiskit#13610
@debasmita2102 debasmita2102 requested review from a team and kt474 as code owners October 10, 2025 09:29
@qiskit-bot qiskit-bot added the Community PR PRs from contributors that are not 'members' of the Qiskit repo label Oct 10, 2025
@qiskit-bot
Copy link
Collaborator

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core

@coveralls
Copy link

Pull Request Test Coverage Report for Build 18402463995

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 45 of 45 (100.0%) changed or added relevant lines in 1 file are covered.
  • 24 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+0.02%) to 88.257%

Files with Coverage Reduction New Missed Lines %
crates/transpiler/src/passes/unitary_synthesis.rs 1 92.4%
qiskit/providers/basic_provider/basic_simulator.py 4 95.48%
crates/qasm2/src/lex.rs 6 92.03%
crates/circuit/src/parameter/symbol_expr.rs 13 72.62%
Totals Coverage Status
Change from base Build 18391394072: 0.02%
Covered Lines: 93233
Relevant Lines: 105638

💛 - Coveralls

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

Labels

Community PR PRs from contributors that are not 'members' of the Qiskit repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a primitives/backend wrapper to StabilizerState

3 participants