Skip to content

feat: Implement Ising Hamiltonian analysis for AnalogGate This commi…#67

Closed
idriss-hamadi wants to merge 1 commit intoOpenQuantumDesign:mainfrom
idriss-hamadi:feature/ising-analysis-59
Closed

feat: Implement Ising Hamiltonian analysis for AnalogGate This commi…#67
idriss-hamadi wants to merge 1 commit intoOpenQuantumDesign:mainfrom
idriss-hamadi:feature/ising-analysis-59

Conversation

@idriss-hamadi
Copy link
Copy Markdown

@idriss-hamadi idriss-hamadi commented May 29, 2025

…t introduces an analysis pass to check if an AnalogGate implements an Ising-like Hamiltonian. The analysis verifies: - Only qubit registers are used. - Hamiltonian is composed of weight-2 Pauli strings (or weight-1/0). - Coefficients are time-independent. It also extracts coupling matrices (XX, YY, ZZ, XY, XZ, YZ) for valid Ising-like Hamiltonians. Includes unit tests for various valid and invalid cases. Closes #59

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

… introduces an analysis pass to check if an AnalogGate implements an Ising-like Hamiltonian. The analysis verifies: - Only qubit registers are used. - Hamiltonian is composed of weight-2 Pauli strings (or weight-1/0). - Coefficients are time-independent. It also extracts coupling matrices (XX, YY, ZZ, XY, XZ, YZ) for valid Ising-like Hamiltonians. Includes unit tests for various valid and invalid cases. Closes OpenQuantumDesign#59
@yhteoh yhteoh closed this Jun 16, 2025
@yhteoh
Copy link
Copy Markdown
Collaborator

yhteoh commented Jun 16, 2025

Superseded by #71

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.

[IN REVIEW] Check if an analog AnalogGate implements an Ising-like Hamiltonian

2 participants