Skip to content

Feature/atomic visualization 58#68

Closed
idriss-hamadi wants to merge 2 commits intoOpenQuantumDesign:mainfrom
idriss-hamadi:feature/atomic-visualization-58
Closed

Feature/atomic visualization 58#68
idriss-hamadi wants to merge 2 commits intoOpenQuantumDesign:mainfrom
idriss-hamadi:feature/atomic-visualization-58

Conversation

@idriss-hamadi
Copy link
Copy Markdown

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

  • 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
…visualization tool to plot energy level diagrams (Grotrian-like) for Ion instances from the atomic interface. The function generate_energy_level_plot takes an Ion object and produces a matplotlib figure showing its energy levels grouped by orbital quantum number and the transitions between them. Matplotlib has been added as a project dependency. Closes OpenQuantumDesign#58
@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.

2 participants