mpqp icon indicating copy to clipboard operation
mpqp copied to clipboard

Feat install limited providers

Open JulienCalistoTD opened this issue 2 months ago • 0 comments

  • Install mpqp, pip install mpqp["all", "qiskit", "braket", "myqlm", "azure"]
  • Update test cases to use new device selection functions and add provider-specific tests pytest --provider ....
  • Introduce provider markers for qiskit, braket, myqlm, and azure tests @pytest.mark.provider("qiskit")
  • Add provider flags in doctest to skip tests # doctest: +QISKIT.
  • test_local_storage.py only with --long.
  • Refactor workflow test, push to main will run each provider separately + all.

JulienCalistoTD avatar Nov 17 '25 12:11 JulienCalistoTD