Quantimize started as a joke about quantum routing, but keeping it grounded in OpenStreetMap data made it immediately useful for my everyday experiments.

Keeping the CLI friendly

  • The CLI uses argparse so every command stays short and memorable.
  • I cache downloads as GraphML so I do not hammer the OSM API when testing new weights.
  • Folium exports drop HTML maps I can share over chat without extra setup.

Experiments on deck

I am comparing classical shortest paths with annealing inspired heuristics and logging the results so I can tell if the quantum flavour really helps.