Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model string representation parsing functionality from qiskit aer #53

Closed
DanPuzzuoli opened this issue Nov 11, 2021 · 0 comments · Fixed by #157
Closed

Model string representation parsing functionality from qiskit aer #53

DanPuzzuoli opened this issue Nov 11, 2021 · 0 comments · Fixed by #157
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DanPuzzuoli
Copy link
Collaborator

What is the expected behavior?

Taking/modifying code from Aer, write a function with signature:

  • Inputs:
    • Hamiltonian string representation
    • Subsystem list (list of subsystems in the model to keep when parsing)
  • Outputs:
    • Hamiltonian static_operator and operators (i.e. operator data required to instantiate a HamiltonianModel or Solver)
    • List of channel names (as strings, e.g. ['D0', 'D2', 'U0'] corresponding to the operators in operators.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment