ryankert01 opened a new pull request, #1367: URL: https://github.com/apache/mahout/pull/1367
## Summary - `examples/qumat/quantum_teleportation.py:22` used `"qiskit_simulator"` which is not a registered Qumat backend module, causing an immediate `ModuleNotFoundError` when running the example. - Changed to `"qiskit"`, the valid backend name used by `simple_example.py` and documented in `QuMat.__init__`. Fixes #1317. ## Test plan - [ ] `python examples/qumat/quantum_teleportation.py` runs without `ModuleNotFoundError` - [ ] CI green -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
