Feature Description
The current maps.py file is ~1400 LOC. To improve maintainability, it will be good to separate it out into distinct modules.
Implementation (Optional)
Logically distinct modules like - maps/gates.py, maps/constants.py and maps/expressions.py
Feature Description
The current
maps.pyfile is ~1400 LOC. To improve maintainability, it will be good to separate it out into distinct modules.Implementation (Optional)
Logically distinct modules like -
maps/gates.py,maps/constants.pyandmaps/expressions.py