azure-quantum-python icon indicating copy to clipboard operation
azure-quantum-python copied to clipboard

The azure-quantum python package submits jobs to the Azure Quantum service.

Results 70 azure-quantum-python issues
Sort by recently updated
recently updated
newest added

This PR adds the ability to enable and disable scrubbing of specific patterns in the test recordings. ## Motivation Disable the scrubbing of *Storage Account SAS Key Expiration* parameter `se=`,...

Updates the requirements on [cirq-core](https://github.com/quantumlib/cirq) to permit the latest version. Release notes Sourced from cirq-core's releases. v1.3.0 Cirq v1.3.0 release Summary Deprecation of cirq-ft The newly created cirq-ft package (from...

dependencies
python

Set Qiskit max_experiments: 10000 to allow for batch jobs to IonQ QIR targets.

When trying to fetch the results of a job obtained through workspace.list_jobs(), the call might fail due to the storage token being expired, for example, when getting the results from...

If running the VQE sample and it fails to run on a quantum_instance (for instance, if Quantinuum is out of credits), then instead of printing the error code and message,...

# Problem When doing a `pip install` for both latest releases of `pyquil-for-azure-quantum` and `azure-quantum`, PIP returns this error: > pyquil-for-azure-quantum 0.0.2 requires azure-quantum=0.25.218240, but you have azure-quantum 0.27.258449 which...

azure-quantum

I am trying to install azure-quantum in Apple Mac M2 under pyenv-virtualenv, and found the following trouble. When I run the code `from azure.quantum.qiskit import AzureQuantumProvider` as in [this instruction](https://learn.microsoft.com/en-us/azure/quantum/quickstart-microsoft-qiskit?pivots=platform-ionq),...

Hi, when playing around with the Hello World: Qiskit (with Rigetti) Jupyter notebook from the sample gallery, I am running into following problem: When using the Aspen M3 (or M2)...

If you need to submit a QIR program, the only way I found was the snippet below via the `from_input_data`. ```python azure.quantum.Job.from_input_data( workspace=workspace, name="qir-demo", provider_id="rigetti", target="rigetti.sim.qvm", input_data_format="qir.v1", output_data_format="microsoft.quantum-results.v1", input_data=bitcode, input_params={...

Updates the requirements on [pulser](https://github.com/pasqal-io/Pulser) to permit the latest version. Release notes Sourced from pulser's releases. Release v0.19.0 Main changes Add option to switch the Sequence register (#684) Support arbitrary...

dependencies
python