munich-quantum-toolkit / munich-quantum-toolkit/qmap

✨ Separation and Structure of Neutral Atom Mapper

Open
#465 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

c++ code quality enhancement usability
Dominant language
C++
Stars
146
Forks
41
Avg merge
6h 47m
Merged PRs (30d)
45

Description

What's the problem this feature will solve?

To make the code and the mapping process clearer, it would be good to clearly separate the different tasks:

  1. Map circuit
  • Insert SWAP and MOVE operations
  • Convert MOVE to AodOperations
  1. Schedule circuit

In this regard a possible idea is to consider a "reset" functionality for the mapper which deletes/resets all information needed temporarily during the mapping (e.g. position of mapping, ...) See here

Describe the solution you'd like

Functionality already exists, just restructure the functionality.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by tracing the existing mapper flow and identify where mapping, SWAP/MOVE insertion, MOVE conversion, and scheduling currently occur. Done means these responsibilities are clearly separated and temporary mapping state can be reset without changing existing functionality.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
compilers
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.