Get active lattice reservation
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 358
- Avg merge
- 1d 58m
- Merged PRs (30d)
- 4
Description
As a user I want to call a function that returns the name of my active lattice reservation so that I can call get_qc with little effort. Remembering and manually entering the (somewhat) complex lattice name is often an annoyance.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing get_qc entry point and how pyquil represents lattice reservations; the issue names no file or test. Identify the active reservation lookup path, then verify that the new callable returns the reservation name needed by get_qc without manual entry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100